I have obviously synchronized the remote data to the local through the pull operation. Why does it still report an error when I push, saying that my local version is not as new as the remote version?
Please give me some guidance, thank you!
闭关修行中......
git pulldown
Confirm to add ssh and execute git remote add origin
The pull operation was not successful.
Try firstgit pull origin masterthen push
git pull origin master
git push -u origin master -f
pull is unsuccessful, first execute `git pull --all
`
git pulldown
Confirm to add ssh and execute git remote add origin
The pull operation was not successful.
Try first
git pull origin master
then pushgit push -u origin master -f
pull is unsuccessful, first execute
`
git pull --all