git问题汇总

Git push 失败:Empty reply from server 解决方法

链接
注:目前暂时解决是对每个Git托管的项目执行

git fetch origin --prune

如果只处理一个项目,其他项目依旧不能 push or pull
注意:初始化git的时候,添加远程仓库的地址,选择ssh的地址

git remote add origin [email protected]:zzuhan/slider.git

替换GitHub官网给出的

git remote add origin https://github.com/acktomas/python_projects.git

猜你喜欢

转载自blog.csdn.net/acktomas/article/details/84978238