+ [10 years ago] donaldcrl milki: well I think I am doing something wrong because when I try to do git push it says that I don't have a permission to repo_url
+ [10 years ago] donaldcrl My steps are correct? I started using git clone repo_url
+ [10 years ago] donaldcrl Hmm on bash it says repo_url (master)
+ [10 years ago] donaldcrl I think it should be repo (origin) or remote
+ [10 years ago] milki just because you can clone a repo, doesnt mean you can push back to it

message no. 97694

Posted by lethosor in #github at 2015-06-11T22:47:45Z

making a PR also counts as a contribution on your profile
+ [10 years ago] donaldcrl milki: Hmm this is a bit confusing, cloning was what the owner of repository said me to do.
+ [10 years ago] donaldcrl milki: so how can I push back? Because every tutorial on the web this step is made on the owner's repo, in my case it's a third-party that I fixed!
+ [10 years ago] milki donaldcrl: the github workflow is to create a pull request from your forked repo to the original repo
+ [10 years ago] milki donaldcrl: you can push to your forked repo but you only have read access to the original repo
+ [10 years ago] donaldcrl milki: Ohh that makes sense of course, so I need to fork and then clone