Problems pushing to a github repository

162 views Asked by At

So i found a mistake on a open source website which is public on GitHub, so i cloned their repository and created a new branch "tutorial_fix" and changed to this branch, after this i corrected the mistake and committed to this branch. Then i tried to push my branch to GitHub, but i get "Can't connect to any URI". I am using GitEye.

enter image description here

2

There are 2 answers

0
Meet On

you can fork the project locally and do changes as per your requirement then after you push your code to the repository

6
Bruno9779 On

You need to fork the branch on github, then clone it locally. After editing you push to your fork and make a pull request.