我正試圖學習Github並遵循this video。我一直在cmd中獲得'git' is not recognized as an internal or external command, operable program or batch file.
。我嘗試將它添加到PATH環境變量中,但不知道Git.exe的位置,或者即使安裝成功。我正在運行Windows 8.1 64位,在控制面板中有GitHub公司的GitHub。在C:\Program Files\Git
有一個名爲mtab
Git命令無法識別;它位於哪裏?
1
A
回答
1
下面是在Windows中git.exe路徑: C:\用戶\\應用程序數據\本地\ GitHub的\ PortableGit_ \ BIN \ git.exe
欲瞭解更多詳情請點擊here
3
,而不是試圖引用與GitHub Desktop(that path is quite complex)封裝嵌入式git.exe
一個文件,只需解壓latest git for windows這是PortableGit-2.6.4-64-bit.7z.exe
你想要的任何地方。
然後添加到您的%PATH%
:
C:\path\to\PortableGit-2.6.4-64-bit\bin
相關問題
- 1. 命令force無法識別的命令
- 2. Git命令 - 不識別ls命令
- 3. 位於android的geo命令在哪裏?
- 4. Shell無法識別別名命令
- 5. Git Post合併掛鉤無法識別有效命令
- 6. 錯誤:無法識別的命令
- 7. Python無法識別「新行」命令
- 8. perl無法識別perforce命令
- 9. sed無法識別的命令
- 10. Bash無法識別gulp命令
- 11. Cmder - 'EVAL' 命令無法識別
- 12. IO.open說,命令無法識別
- 13. Python命令行無法識別模塊
- 14. CMake的命令無法識別
- 15. Ngrok無法識別的命令
- 16. Hadoop Streaming 1.0.3無法識別-D命令
- 17. Cassandra DevCenter無法識別「複製」命令
- 18. eclim .classpath命令:NewSrcEntry無法識別?
- 19. 命令提示無法識別 '的javac'
- 20. 終端命令無法識別?
- 21. Django無法識別測試命令
- 22. CMD.EXE將無法識別命令
- 23. 回形針:「無法識別命令」
- 24. Logparser無法識別SQL命令
- 25. PrivateKeyPath它在哪裏位於
- 26. 在哪裏輸入git命令?
- 27. Github上的錯誤消息:混帳它:命令無法識別
- 28. 「識別」命令無法識別圖像文件。 (heroku)
- 29. 「識別」命令無法識別Rails回形針`
- 30. Windows 10無法識別Git
oops我在發佈之前沒有看到 – Celeritas