recherche

Maison  >  Questions et réponses  >  le corps du texte

git - 改动文件并且commit之后查看状态,不显示”有文件改动需要push到远程库“的提示。

有远程库也能正常push,但在本地master分支上不显示your branch is up-to-date with 'origin/master'

找了好久,发现是在我这样的操作之后没有的提示消息的。。

git remote rm origin
git remote add origin git@github.com:username/repository.git
巴扎黑巴扎黑2766 Il y a quelques jours845

répondre à tous(1)je répondrai

  • 漂亮男人

    漂亮男人2017-05-02 09:31:20

    Résolu. . Il manque une ligne de commande :

    git push -u origin master

    répondre
    0
  • Annulerrépondre