git使用过程中遇到的错误

1.使用git add "login.py" 然后git commit -m "add url"的时候报错。分支newtype也是存在的

 nothing to commit, working tree clean。

 

 2.删除分支报错, Cannot delete branch

切换到其他分支之后

gti branch -D newtype

删除远程分支

 git push origin  :newtype

 

posted @ 2018-05-09 09:10  公众号python学习开发  阅读(159)  评论(0编辑  收藏  举报