eclipse中git的使用无法push
在eclipse使用git,安装什么的都不说了,eclipse4.2.2已经自带了。
现在主要说一下eclipse中git无法push的问题:
解决方法是在git base客户端中执行:
git remote add origin https://code.csdn.net/yq81862/autocode.git
git push -f
之后,eclipse才能够进行push操作。
这个问题我不知道什么原理,害的我查了好几天。
发布时间: 2013-08-06 16:47:25 作者: rapoo
eclipse中git的使用无法push
在eclipse使用git,安装什么的都不说了,eclipse4.2.2已经自带了。
现在主要说一下eclipse中git无法push的问题:
解决方法是在git base客户端中执行:
git remote add origin https://code.csdn.net/yq81862/autocode.git
git push -f
之后,eclipse才能够进行push操作。
这个问题我不知道什么原理,害的我查了好几天。