Intellij ไม่สามารถดึงข้อมูลจากคอมไพล์ได้
ฉันได้โคลนที่เก็บข้อมูลคอมไพล์ที่มีอยู่ Git ทำงานได้ดีเมื่อฉันดึงโดยใช้บรรทัดคำสั่ง อย่างไรก็ตามเมื่อฉันลองทำแบบเดียวกันกับ Intellij มันก็บอกว่า Fetch failed. Fatal : Could not read from remote repository. บันทึกคอนโซล VCS แสดง: git fetch --progress --prune origin java.lang.RuntimeException: Invocation failed Server returned invalid Response. at org.jetbrains.git4idea.ssh.GitSSHXmlRpcClient.askPassword(GitSSHXmlRpcClient.java:176) at org.jetbrains.git4idea.ssh.SSHMain.authenticate(SSHMain.java:265) at org.jetbrains.git4idea.ssh.SSHMain.start(SSHMain.java:157) at org.jetbrains.git4idea.ssh.SSHMain.main(SSHMain.java:137) Caused by: java.io.IOException: Server returned invalid Response. at org.apache.xmlrpc.LiteXmlRpcTransport.sendRequest(LiteXmlRpcTransport.java:243) at org.apache.xmlrpc.LiteXmlRpcTransport.sendXmlRpc(LiteXmlRpcTransport.java:90) …