Permission denied #113396
Replies: 4 comments 2 replies
-
I wonder whether you found a fix for this. I‘m experiencing the same error message with a forked repo:
I wonder if the owner is not granted access to their own repos, who should be? Many thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
could you rephrase the title to something similar to:
This might help to get a reply. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
🕒 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.
-
Select Topic Area
Question
Body
-git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
-git push --set-upstream origin master
To have this happen automatically for branches without a tracking
upstream, see 'push.autoSetupRemote' in 'git help config'.
johnbuz@MBP-John yamamoto % git push --set-upstream origin master
remote: Permission to Evgeniibuz/yamamototea.git denied to Johnbuz.
fatal: «https://github.com/Evgeniibuz/yamamototea.git/» недоступно: The requested URL returned error: 403
trynna do git push --set-upstream origin master
and getting error 403 permission denied
im the owner of repository and repository address is correct
Beta Was this translation helpful? Give feedback.
All reactions