Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions: Can't push anymore? #868

Closed
ramonski opened this issue Sep 9, 2015 · 5 comments
Closed

Permissions: Can't push anymore? #868

ramonski opened this issue Sep 9, 2015 · 5 comments

Comments

@ramonski
Copy link
Contributor

ramonski commented Sep 9, 2015

I want to push some changes to https://github.com/collective/plone.jsonapi.routes, but I get the following error:

(brk)src/plone.jsonapi.routes [ g push                                                                          plone-jsonapi-routes-0-9 ] 8:59 pm
fatal: remote error:
  You can't push to git://github.com/collective/plone.jsonapi.routes.git
  Use https://github.com/collective/plone.jsonapi.routes.git

Did someone change the permissions?

@aclark4life
Copy link
Member

Could be related to #850 though no one else has complained yet.

@ramonski
Copy link
Contributor Author

ramonski commented Sep 9, 2015

Hi Alex

Hmm, other (non collective) repos are working as usual.
It was possible to push to this repo 3 days ago. Any ideas?

@ramonski
Copy link
Contributor Author

ramonski commented Sep 9, 2015

Found the problem. Seems to be related to mr.developer.

I added this line in my buildout.cfg:

[sources]
plone.jsonapi.routes = git git://github.com/collective/plone.jsonapi.routes.git branch=plone-jsonapi-routes-0-8-2

Within this repo I get the described problem. Pushing from the non-mr.developer-repo is working...

@ramonski ramonski closed this as completed Sep 9, 2015
@thet
Copy link
Member

thet commented Sep 9, 2015

@ramonski the git://github.com url scheme doesn't allow pushing, AFAIK. use the git@github.com
you can also use pushurls with mr.developer. like this line:

plone.jsonapi.routes = git git://github.com/collective/plone.jsonapi.routes.git pushurl=git@github.com:collective/plone.jsonapi.routes.git

@ramonski
Copy link
Contributor Author

ramonski commented Sep 9, 2015

@thet thanks for the hint!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants