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

溫馨提示×

溫馨提示×

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

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

使用git push時報錯怎么處理

發布時間:2022-02-18 16:18:08 來源:億速云 閱讀:377 作者:iii 欄目:開發技術

本篇內容主要講解“使用git push時報錯怎么處理”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“使用git push時報錯怎么處理”吧!

使用git push時報錯怎么處理

錯誤一:

[root@361way shell]# git pushwarning: push.default is unset; its implicit value is changing inGit 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:
git config --global push.default matching
To squelch this message and adopt the new behavior now, use:
git config --global push.default simple
See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode'current' instead of 'simple' if you sometimes use older versions of Git)

放”狗”查詢后,得知‘matching’ 參數是 Git 1.x 的默認行為,其意是如果你執行 git push 但沒有指定分支,它將 push 所有你本地的分支到遠程倉庫中對應匹配的分支。而 Git 2.x 默認的是 simple,意味著執行 git push 沒有指定分支時,只有當前分支會被 push 到你使用 git pull 獲取的代碼。鍵入如下命令:

[root@361way shell]# git config --global push.default matching

錯誤二:

[root@361way shell]# git push -u origin masterTo https://361way:mypassword@github.com/361way/shell.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://361way:mypassword@github.com/361way/shell.git'hint: Updates were rejected because the remote contains work that you dohint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first merge the remote changes (e.g.,
hint: 'git pull') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

再次push,發現又有報錯,根據報錯內容,大致了解的情況是,本地和遠端的內容可能不一致,建議git pull 一份,再push到romte 。由于平時有些修改會在阿里云服務器上修改過的懶得push到遠端同步,所以本地和遠端的不一致也是有可能的。即然不一致,以阿里云上保存的為準吧,強制同步下。

[root@361way shell]# git push -u origin master --force

強制同步,發現可以正常同步內容到github上,而且后面再加文件進行同步,發現也未出現報錯了。

到此,相信大家對“使用git push時報錯怎么處理”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

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

AI

福清市| 铜山县| 仁布县| 林周县| 定陶县| 福贡县| 定边县| 永宁县| 尚义县| 黄浦区| 齐齐哈尔市| 恭城| 理塘县| 普兰县| 阳春市| 长沙县| 文成县| 瓦房店市| 大足县| 珠海市| 长丰县| 兴海县| 叙永县| 涿州市| 即墨市| 黎平县| 青海省| 青阳县| 金阳县| 花莲市| 白河县| 宝鸡市| 克什克腾旗| 远安县| 长宁县| 宜宾县| 会泽县| 峨眉山市| 蚌埠市| 宜春市| 廉江市|