Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have my repo stored on GitHub and visibility is public but since a few days when I try to open the repository on Gitgraken, it says that the repo I'm trying to open is private and it won't let me access it.

Things I have tried:

  • I tried closing and opening Gitkraken.
  • Uninstalled Gitkraken, removed the directory in AppData and reinstalled Gitkraken.
  • Make sure that the repo is indeed public.
  • I also tried opening the repo again by browsing to the directory rather than trying to open it from the recent projects.

However, it still displays that message.
I have tons of projects and that's the only project which gets this message.

question from:https://stackoverflow.com/questions/65648945/gitkraken-says-repo-is-private-but-its-public

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
456 views
Welcome To Ask or Share your Answers For Others

1 Answer

Check if:

  • GitKraken is using an HTTPS URL to access that repository
  • if git config credential.helper is set

If other projects (under the same GitHub user account) are accessible from GitKraken, then it is not an authentication issue.
What remains could be a typo in the repository name.

Do check the GitKraken logs to see if there is any more clue.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...