Problems with git push to remote?
阿神
阿神 2017-05-02 09:34:40
0
5
550

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!

阿神
阿神

闭关修行中......

reply all(5)
伊谢尔伦

git pulldown

滿天的星座

Confirm to add ssh and execute git remote add origin

迷茫

The pull operation was not successful.

Try firstgit pull origin masterthen push

Peter_Zhu

git push -u origin master -f

洪涛

pull is unsuccessful, first execute `
git pull --all

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template