Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Moving repositories to Github

Yep, I've set up my ssh keys, and verified that they work with:

ssh -T git@xxxxxxxxxx

which returns:

Hi icraggs! You've successfully authenticated, but GitHub does not provide shell access.

Ian

On 01/07/2016 01:54 PM, Sandro Kock wrote:
Hi Ian,

do you have set up GitHub to know you SSH Keys? https://github.com/settings/ssh

Sandro


Am 07.01.2016 um 14:49 schrieb Ian Craggs <icraggs@xxxxxxxxxxxxxxxxxxxxxxx>:

Hi All,

the first wave of Paho Github repositories have been created:

https://github.com/eclipse?utf8=%E2%9C%93&query=paho

but there's nothing in them yet. 

To start with, I've been attempting to clone the Java repo across, but so far have been stymied by authorization problems.  I've asked the Eclipse webmaster, but if anyone has any suggestions in the meantime, I'll be happy to hear them.  Have I missed some basic setup?

What I've done is this:

I've been trying to duplicate the Java repository (ssh://github.com/eclipse/paho.mqtt.java.git), but keep getting a not authorized response.  

1. I've set up ssh access, and verified that this works with

ssh -T git@xxxxxxxxxx

which returns:

Hi icraggs! You've successfully authenticated, but GitHub does not provide shell access.

2. I created a license file through the web interface to make sure I am able to write to the repository.

3. I attempted to follow this recipe for duplicating a repository:  

https://help.github.com/articles/duplicating-a-repository/

when I push using https, I get 

error: The requested URL returned error: 403 Forbidden while accessing https://github.com/eclipse/paho.mqtt.java.git/info/refs

using ssh:

Permission denied (publickey).

4.I cloned the repo, made a small change and tried to push it back, but got the same results as in 3).


-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto


Back to the top