openpreserve / format-corpus

An openly-licensed corpus of small example files, covering a wide range of formats and creation tools.
183 stars 39 forks source link

Can't push changes to repo anymore! #8

Closed bitsgalore closed 11 years ago

bitsgalore commented 11 years ago

I used to have push rights to this repo, but if In now do a git push origin master the result is:

fatal: remote error:
  You can't push to git://github.com/openplanets/format-corpus.git
  Use https://github.com/openplanets/format-corpus.git

Not sure if I'm doing sth wrong here or maybe I no longer have push rights?

anjackson commented 11 years ago

I think the remote should be

git@github.com/openplanets/format-corpus.git
bitsgalore commented 11 years ago

Thanks, that didn't quite work but it did point me in the right direction. I made it work again after doing this:

git remote set-url origin https://github.com/openplanets/format-corpus.git

(old one was git://github.com/openplanets/format-corpus.git)