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
Please sign in to leave a comment.
Check the Console tab of the Version Control toolwindow to see exact git command and output.
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.
thanks Dmitriy, that completely solved my problem.