Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 429 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 429 Bytes

qtdist

Qt5 distribution

压缩: cd ./qt5.9.8_xx/ && tar zcvf qt5.9.8_xx.tar.gz . 解压: tar -C ./qt5 -zxvf ./qt5.9.8_xx.tar.gz

Q1: git push 出现如下错误
    ERROR: Authentication error: Authentication required: You must have push access to verify locks
    error: failed to push some refs to 'https://[email protected]/programs/qtdist.git'
    解决方法
    rm .git/hooks/pre-push
    git push