[Qgis-developer] using hub.qgis.org git repository

Alex Mandel tech_dev at wildintellect.com
Thu May 30 15:50:43 PDT 2013


On 05/30/2013 03:42 PM, Ricardo Filipe Soares Garcia da wrote:
> Hi list
>
> I created a new plugin in hub.qgis.org and I'd like to use a git
> repository. I've done this in the past and had no problems but now I am
> having dificulties pushing the initial commit to gitosis.qgis.org
>
> In redmine I created the repository and added my SSH key. Then I
> initialized my git repo locally and added the remote repo using the URL
> that redmine gave me. I did my first commit and now I want to push it to
> the remote repository. I keep getting an error about not having permission
> when I input my password.
>
> What could be the problem?
>
> Must I first upload the code and ask for approval in order to get the
> remote repository created?
>
> The plugin's name is 'Conefor inputs'.
>

The first sign the something isn't right is if gitosis asks you for a 
password. It uses ssh keys which at most will ask you to unlock your 
local passphrase for the key in use.

Can you please list the git commands you ran.
Also what's the output of:
git remote -v

Thanks,
Alex



More information about the Qgis-developer mailing list