idea 代碼push 到github倉庫時報錯remote: No anonymous write access.

問題

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 'ht... (show balloon)

解決

重新設置git 的用戶名和郵箱

git config --global user.name "username"

git config --global user.email "email"
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章