我用同伴命令在我的ubuntu16.04上安裝git,但遇到 這個問題。
你能幫我嗎?Ubuntu16.04安裝git失敗
-1
A
回答
0
0
可能是一些幫助你
sudo apt-get update
sudo apt-get install build-essential libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip
wget https://github.com/git/git/archive/v2.8.1.zip -O git.zip
unzip git.zip
cd git-*
make prefix=/usr/local all
sudo make prefix=/usr/local install
相關問題
- 1. NPM從git倉庫安裝失敗,ENOENT
- 2. Git安裝在Jenkins上失敗
- 3. 安裝git-core + svn與MacPort失敗
- 4. git的安裝:密碼驗證失敗
- 5. buildbot安裝:git poll poll失敗
- 6. 在CentOS上安裝Git失敗?
- 7. 安裝失敗
- 8. 安裝失敗
- 9. 安裝失敗
- 10. HDInsight安裝失敗
- 11. pycrypto安裝失敗
- 12. 安裝cPickle失敗
- 13. ADT安裝失敗
- 14. rsconnect安裝失敗
- 15. ender.js安裝失敗
- 16. postgresql安裝失敗
- 17. pyScss安裝失敗
- 18. AnchorCMS安裝失敗
- 19. Mifosx安裝失敗
- 20. IOSOpenDev安裝失敗
- 21. Perlbrew安裝失敗
- 22. 安裝pecl_http失敗
- 23. pytables安裝失敗
- 24. Mautic安裝失敗
- 25. RedCloth安裝失敗
- 26. NPM安裝失敗
- 27. 安裝scikits.samplerate失敗
- 28. yesod安裝失敗
- 29. mongodb安裝失敗
- 30. CPython安裝失敗
你試過用-f標誌嗎? – Tariq