Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 428020 - Push access to libbash
Summary: Push access to libbash
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Overlays Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-25 13:42 UTC by Mu Qiao (RETIRED)
Modified: 2012-07-26 20:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
public key (id_dsa.pub,610 bytes, text/plain)
2012-07-25 13:42 UTC, Mu Qiao (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mu Qiao (RETIRED) gentoo-dev 2012-07-25 13:42:07 UTC
Created attachment 319224 [details]
public key

I need push access to http://git.overlays.gentoo.org/gitweb/?p=proj/libbash.git;a=summary to help the GSoC student push his code. Robin helped me with this before but I still can not push the code. I used the following command:
~/repository/libbash $ git push gentoo master
fatal: remote error: access denied or repository not exported: /proj/libbash.git

A piece of .ssh/config:
[remote "gentoo"]
  url = git://git.overlays.gentoo.org/proj/libbash.git
  fetch = +refs/heads/*:refs/remotes/gentoo/*

The attachment is my public key.

Thanks.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2012-07-25 14:22:07 UTC
Check if the git+ssh form of url works for you:
http://git.overlays.gentoo.org/

It does say there that they should work the same but doesn't hurt to try.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2012-07-25 19:57:42 UTC
(In reply to comment #0)
> A piece of .ssh/config:
> [remote "gentoo"]
>   url = git://git.overlays.gentoo.org/proj/libbash.git
>   fetch = +refs/heads/*:refs/remotes/gentoo/*
You mean .git/config.

You have the URL wrong. That is the read-only URL.
The read-write URL is:
git+ssh://git@git.overlays.gentoo.org/proj/libbash.git
Comment 3 Sebastian Pipping gentoo-dev 2012-07-26 20:52:21 UTC
qiaomuf, I just verified that you do have full write-access to the libbash repository.  Closing, please re-open if needed.