cant pull
Answered
I'm using intellij to write code and am having a strange issue with the pull request, and only the pull request. I can commit, switch branches, merge, create new branch and everything else from intellij, but when i try to commit i get : failed: Could not read from remote repository.
Please sign in to leave a comment.
> I can commit, switch branches, merge, create new branch and everything else from intellij, but when i try to commit i get
As I understand, you get an error when you Push, not commit. From all the mentioned operations, only Push (and Pull) are interacting with remote repositories, that is why it fails.
Most likely authentication failed. What protocol is used to access the remote repository - ssh or http?