I cloned the gist using the Public Clone URL. I made my changes, added and committed. However, when I run git push origin master , I get the following error:
fatal: remote error: You can't push to git:
but according to git remote -v source should be in the subdomain of gist.github.com
origin git://gist.github.com/1234567.git (fetch) origin git://gist.github.com/1234567.git (push)
Any ideas on how to fix this error? Thanks!
source share