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

Hi Ian,

Thanks, you're right.

"git push --all" does the job.

Cheers,

Roger


On Wed, Jan 20, 2016 at 3:36 PM, Ian Craggs
<icraggs@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> Hi Roger,
>
> your Python repo on Github is missing branches other than master. I had to
> checkout each branch before pushing to get them all duplicated.
>
> Ian
>
> On 01/07/2016 02:04 PM, Roger Light wrote:
>>
>> Hi Ian,
>>
>> I've just tried this with the Python repo and all was fine. I did:
>>
>> git remote add github git@xxxxxxxxxx:eclipse/paho.mqtt.python.git
>> git push -f github master
>>
>> I guess the difference is that I'm using ssh not https.
>>
>> Cheers,
>>
>> Roger
>>
>>
>>
>> On Thu, Jan 7, 2016 at 1:49 PM, Ian Craggs
>> <icraggs@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
>>>
>>> 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
>
> _______________________________________________
> 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


Back to the top