git - 改动文件并且commit之后查看状态,不显示”有文件改动需要push到远程库“的提示。
巴扎黑
巴扎黑 2017-05-02 09:29:20
0
1
836

有远程库也能正常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
巴扎黑
巴扎黑

reply all(1)
漂亮男人

Solved. . One line of command is missing:

git push -u origin master
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!