91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Git 一些錯誤的解決方法

發布時間:2020-07-09 02:27:15 來源:網絡 閱讀:130501 作者:halolk1 欄目:軟件技術

注:Git初學者的個人經驗記錄,僅供參考


1. Pull is not possible because you have unmerged files.

癥狀:pull的時候

$ git pull

Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
as appropriate to mark resolution, or use 'git commit -a'

應該是因為local文件沖突了

解決方法:

引用——

1.pull會使用git merge導致沖突,需要將沖突的文件resolve掉 git add -u, git commit之后才能成功pull.

2.如果想放棄本地的文件修改,可以使用git reset --hard FETCH_HEAD,FETCH_HEAD表示上一次成功git pull之后形成的commit點。然后git pull.
注意:

git merge會形成MERGE-HEAD(FETCH-HEAD) 。git push會形成HEAD這樣的引用。HEAD代表本地最近成功push后形成的引用。

就我的經驗,有時候會莫名其妙地出現這種狀況,而且Untracked files 還特別多(實際上自己可能只改了一兩個文件),所以只好先保存好自己確定做出的local的修改,然后用git reset --hard FETCH_HEAD回到上次成功pull之后的點,然后再pull就沒有問題了


2.You are not currently on a branch.

癥狀:有一次pull的時候又出現沖突,這回用“git reset --hard FETCH_HEAD”方法都不行了,出現:

$ git pull
You are not currently on a branch, so I cannot use any
'branch.<branchname>.merge' in your configuration file.
Please specify which remote branch you want to use on the command
line and try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details.

解決方法:

首先git checkout -b temp

其次git checkout master

即可恢復到master repository的狀態,然后就可以pull了


參考:

http://skywhsq1987.iteye.com/blog/1814137

http://slacy.com/blog/2011/04/git-pull-says-you-are-not-currently-on-a-branch/

http://ddmytrenko.blogspot.com/2012/03/git-not-currently-on-any-branch.html

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

广元市| 鄂伦春自治旗| 延川县| 汝州市| 古丈县| 耒阳市| 鹿邑县| 开化县| 昭苏县| 聊城市| 北流市| 称多县| 金秀| 桦甸市| 南靖县| 茌平县| 金阳县| 康马县| 梁平县| 茂名市| 隆安县| 莱阳市| 利津县| 雅安市| 惠安县| 巨鹿县| 德格县| 恩施市| 滦南县| 谢通门县| 蓝山县| 东丽区| 武定县| 青岛市| 通海县| 巴林左旗| 曲水县| 惠安县| 曲靖市| 南涧| 静宁县|