文章詳情頁
java - git checkout 具體版本失敗
瀏覽:93日期:2023-11-02 13:43:34
問題描述
git clone https://github.com/lnas01/rel...git checkout ff0bb84
error: pathspec ’ff0bb84’ did not match any file(s) known to git.
問題解答
回答1:ff0bb84是commit id。如果你要新建一個分支git checkout -b branch_name如果你想要返回到某個commit git reset commit_id
我這邊運行命令的結(jié)果:Screen Shot 2017-06-13 at 13.30.23
標(biāo)簽:
java
相關(guān)文章:
1. javascript - webpack1和webpack2有什么區(qū)別?2. thinkPHP5中獲取數(shù)據(jù)庫數(shù)據(jù)后默認(rèn)選中下拉框的值,傳遞到后臺消失不見。有圖有代碼,希望有人幫忙3. django - Python error: [Errno 99] Cannot assign requested address4. 求救一下,用新版的phpstudy,數(shù)據(jù)庫過段時間會消失是什么情況?5. python小白,關(guān)于函數(shù)問題6. javascript - vscode alt+shift+f 格式化js代碼,通不過eslint的代碼風(fēng)格檢查怎么辦。。。7. python小白 關(guān)于類里面的方法獲取變量失敗的問題8. Python2中code.co_kwonlyargcount的等效寫法9. [python2]local variable referenced before assignment問題10. python - vscode 如何在控制臺輸入
排行榜

熱門標(biāo)簽