git使用过程中遇到的错误

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

nothing to commit, working tree clean。

git使用过程中遇到的错误

git使用过程中遇到的错误

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

切换到其他分支之后

gti branch -D newtype

删除远程分支

git push origin  :newtype

上一篇:git使用过程中的若干问题笔记


下一篇:[Algorithm] Find first missing positive integer