windows下git pull失败
伊谢尔伦
伊谢尔伦 2017-04-28 09:06:16
0
4
695

在一个linux机器上有git远程仓库,在一个win xp机器上git clone该仓库上的代码下来。其他人向仓库push代码变更后,我这里再git pull更新就不成功,提示如下图:

只有删掉本地的仓库,重新git clone才能得到最新代码。

google了好多帖子,也没发现有同样问题的,请教下这里的各位。谢谢。

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(4)
Peter_Zhu

1. Switch to another Linux machine to see if it can pull
2. Check the permissions of the git repository
3. Check whether it is a problem with the git version

大家讲道理

Check if the git software is installed incorrectly. Maybe 64-bit software is installed on the 32-bit system. Or vice versa.

巴扎黑

For git on windows, it is recommended to use the graphical interface----github for windows

淡淡烟草味

git pull origin master

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!