Quantcast
Channel: git with IntelliJ IDEA: Could not read from remote repository - Stack Overflow
Browsing all 37 articles
Browse latest View live

Answer by Nikita for git with IntelliJ IDEA: Could not read from remote...

I solved this issue by re-adding remote repository: VCS -> Git -> Remotes.

View Article


Answer by Rahal Kanishka for git with IntelliJ IDEA: Could not read from...

Don't forget to contact your system administrator. Because in my case I had every thing rightly configured(SSH also added) but I got the same error repository access denied. fatal: Could not read from...

View Article


Answer by Patrick Dorn for git with IntelliJ IDEA: Could not read from remote...

The only thing that helped in my case (switch SSH-executabe did not work) was to deactivate the git and git-flow plugin, restart intellij and reactivate those plugins again...

View Article

Answer by ArjanW for git with IntelliJ IDEA: Could not read from remote...

Not a solution / workaround but perhaps an answer to the question 'what could be the problem': Gitlab and the 'jetbrains built in ssh library' do not work well together. The library wants to use SHA1...

View Article

Answer by abshar for git with IntelliJ IDEA: Could not read from remote...

You need to Generate a new SSH key and add it to your ssh-agent. For That you should follow this link. After you create the public key and add it to your github account, you should use Built-in (not...

View Article


Answer by Aron T for git with IntelliJ IDEA: Could not read from remote...

I had this problem with a fork from some online course. I cloned my fork and ran into a permissions error. I couldn't understand why it was insisting I was my user from my other company. But as the...

View Article

Answer by XYz Amos for git with IntelliJ IDEA: Could not read from remote...

what @yabin ya says is a cool solution, just remind you that: if u still get the same problem,go to Settings-Version Control-GitHub and uncheck the Clone git repositories using ssh.

View Article

Answer by Farbod for git with IntelliJ IDEA: Could not read from remote...

Go to Preferences > Version Control > Git. Make sure SSH executable is set to “Native.” (If it's already so, switch it to “Built-in,” apply it, and then again switch back to “Native.”). If this...

View Article


Image may be NSFW.
Clik here to view.

Answer by yabin ya for git with IntelliJ IDEA: Could not read from remote...

Settings --> Version Control --> Git, and then, in the SSH executable dropdown, choose Native If this doesn't help, ensure that your native ssh and git clients are of a sufficiently recent version.

View Article


Answer by Koen de Roo for git with IntelliJ IDEA: Could not read from remote...

We've recently updated from IntelliJ 12 to IntelliJ 14 Ultimate and we've encountered this problem too. Our solution was to disable the proxy in the settings. We also stopped remembering the passwords...

View Article

Answer by stuXnet for git with IntelliJ IDEA: Could not read from remote...

IntelliJ's built-in SSH client seems to hash its known_hosts, but the one I had had its host names in clear text. When I deleted the file and let IntelliJ create a new one, with only my (hashed) GitLab...

View Article

git with IntelliJ IDEA: Could not read from remote repository

Since a few weeks, I'm not able to pull or push from or to the remote repository. I thought it happend when upgrading to IntelliJ IDEA 14, but I can reproduce the problem with IDEA 13.1.5 as well. The...

View Article

Image may be NSFW.
Clik here to view.

Answer by Ahmed Ashour for git with IntelliJ IDEA: Could not read from remote...

For me the solution was: Settings˃Version Control˃Git˃Use Credential helper

View Article


Answer by Gk Mohammad Emon for git with IntelliJ IDEA: Could not read from...

I'm facing the same issue with the latest Android Studio version on macOS (Version Chipmunk|2021.2.1). So I'm not using Intellij (Android studio) for the cloning project.I do it by the following...

View Article

Answer by Sidharth Yatish for git with IntelliJ IDEA: Could not read from...

Update for version 2022.2.4From so many answers above, I updated my ssh config but still Intellij could not do git actionsThe only missing step was chmod 600 ~/.ssh/config and chown $USER...

View Article


Image may be NSFW.
Clik here to view.

Answer by Kunal Khaire for git with IntelliJ IDEA: Could not read from remote...

The following checkbox helped me :

View Article

Answer by Buddy Hu for git with IntelliJ IDEA: Could not read from remote...

In macOS SystemSettings > Security > Local Network make sure that searches are enabled.

View Article

Browsing all 37 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>