How to get more info about error: Fetch failed - remote error: repository not found

Answered

Dear all,

git fetch...

... works in terminal for the individual repos I am using (multiple repos in one project)
... does not work in VCS. Here I get the error in the screenshot attached

 

Is there any chance to get more info about the error? I need to find out which repos intellij is heaving problems with and why...

 

Thanks

Christopher

3 comments
Comment actions Permalink

Check the Console tab of the Version Control toolwindow to see exact git command and output.

1
Comment actions Permalink

From the error text, it looks like you are trying to access some private repo via HTTP and the remote server returns 404 due to lack of permissions.

1
Comment actions Permalink

thanks Dmitriy, that completely solved my problem.

0

Please sign in to leave a comment.