+ [2015-06-11T23:49:38Z] 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
+ [2015-06-11T23:50:33Z] donaldcrl My steps are correct? I started using git clone repo_url
+ [2015-06-11T23:51:37Z] donaldcrl Hmm on bash it says repo_url (master)
+ [2015-06-11T23:51:54Z] donaldcrl I think it should be repo (origin) or remote
+ [2015-06-11T23:56:33Z] milki just because you can clone a repo, doesnt mean you can push back to it

message no. 97711

Posted by milki in #github at 2015-06-11T23:56:33Z

just because you can clone a repo, doesnt mean you can push back to it
+ [2015-06-11T23:59:55Z] donaldcrl milki: Hmm this is a bit confusing, cloning was what the owner of repository said me to do.
+ [2015-06-12T00:01:26Z] 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!
+ [2015-06-12T00:04:20Z] milki donaldcrl: the github workflow is to create a pull request from your forked repo to the original repo
+ [2015-06-12T00:04:45Z] milki donaldcrl: you can push to your forked repo but you only have read access to the original repo
+ [2015-06-12T00:05:48Z] donaldcrl milki: Ohh that makes sense of course, so I need to fork and then clone