I have already tried making an SSH key but that also didn't resolve my issue.
Asked
Active
Viewed 22 times
-2
-
You can't because you don't have permission to push this file to londonbrewery github. – Yunus Emre Çelik May 27 '22 at 06:32
-
https://stackoverflow.com/a/7771927/2930834 – Nakul May 27 '22 at 06:34
-
can I get the permission to it because i have uploaded one project from cloning their repository only – 062 _Drishti Anand May 27 '22 at 08:00
-
Ask the owner of the repository. They will probably tell you no, though, and tell you that instead, you should use GitHub's "fork" concept. Note that fork is not a *Git* concept, it's a GitHub one. You'll use Git to work with your fork, and then use GitHub to make a pull request *from* your GItHub fork to their GItHub repository. The work-with-Git part is a Git issue, and the fork and permissions stuff are GitHub issues. – torek May 27 '22 at 10:56