Can't clone repositories from my Organization, while my personal repo's work fine #46141
Replies: 6 comments 3 replies
-
I'm experiencing this same issue, did you manage to resolve it? |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
I was using Rider (/ JetBrains products). |
Beta Was this translation helpful? Give feedback.
-
This should not be closed, it's an ongoing issue, i've not hit about 3 different times. |
Beta Was this translation helpful? Give feedback.
-
Yes to what @bpappin said. I can run |
Beta Was this translation helpful? Give feedback.
-
Go into the Org settings and disable the app restrictions. It doesn't make sense, but that's what's stopping it from working. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I am setting up a new workstation and decided to stop using password authentication and only use SSH keys. This works. The
ssh -T [email protected]
command gives me the expected welcome message ("Hi Teun! You've successfully authenticated, ...").My personal repositories can now be cloned by just running (example):
git clone [email protected]:Teun/teun.github.io.git
This also works for private repositories. However, when I try to clone a repository from an Organization I have, like so:
git clone [email protected]:WikiPhotoHunt/SvelteUI.git
It returns an error:
I am Admin of the Organization and I can push and pull it from my old laptop (where I am logged in over HTTPS and password). I am certain of the naming (copied it from the GH UI). What else can be the cause of this difference?
Beta Was this translation helpful? Give feedback.
All reactions