Git安装及使用可能需要的参考资料

第一次使用Git上传本地项目到github上
github修改密码后,需要重新设置以下sshkey
git更新本地项目至github
idea解除git项目
idea 提交git常见操作
idea中使用github

idea遇到如下错误,可能是配置最后一步没有选择tag。

17:19	Push failed
			Invocation failed Server returned invalid Response.
			java.lang.RuntimeException: Invocation failed Server returned invalid Response.
			at org.jetbrains.git4idea.http.GitAskPassXmlRpcClient.askUsername(GitAskPassXmlRpcClient.java:50)
			at org.jetbrains.git4idea.http.GitAskPassApp.main(GitAskPassApp.java:64)
			Caused by: java.io.IOException: Server returned invalid Response.
			at org.apache.xmlrpc.LiteXmlRpcTransport.sendRequest(LiteXmlRpcTransport.java:242)
			at org.apache.xmlrpc.LiteXmlRpcTransport.sendXmlRpc(LiteXmlRpcTransport.java:90)
			at org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:72)
			at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:194)
			at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:185)
			at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:178)
			at org.jetbrains.git4idea.http.GitAskPassXmlRpcClient.askUsername(GitAskPassXmlRpcClient.java:47)
			... 1 more
			remote: No anonymous write access.
			Authentication failed for 'https://github.com/FanQiH... (show balloon)

你可能感兴趣的:(其他)