git报错:See the 'Note about fast-forwards' in 'git push --help' for details.
使用乌龟客户端push代码到码云的时候报错:Note about fast-forwards字样,解决方法:
没有设置默认分支 git pull origin master --allow-unrelated-histories
或者
设置了默认分支
git pull --allow-unrelated-histories
使用乌龟客户端push代码到码云的时候报错:Note about fast-forwards字样,解决方法:
没有设置默认分支 git pull origin master --allow-unrelated-histories
或者
设置了默认分支
git pull --allow-unrelated-histories