idea 代码push 到github仓库时报错remote: Repository not found.Authentication failed for 'https://github.com/x

idea 代码push 到github仓库时报错remote: Repository not found.Authentication failed for 'https://github.com/xxx

8:32	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: Repository not found.

idea 代码push 到github仓库时报错remote: Repository not found.Authentication failed for 'https://github.com/x_第1张图片
重新输入用户名和邮箱

git config --global user.name "username"

git config --global user.email "email"

idea 代码push 到github仓库时报错remote: Repository not found.Authentication failed for 'https://github.com/x_第2张图片
重新push
在这里插入图片描述

你可能感兴趣的:(報錯,git,github,java,intellij,idea)