Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] p2 Git repository moved to GitHub

It seems this has to be

git remote set-url origin git@xxxxxxxxxx:eclipse-equinox/p2.git

beside that the following would be more appropriate:

1) fork (or update) https://github.com/eclipse-equinox/p2
2) git remote set-url origin git@xxxxxxxxxx:<your username>/p2.git
3) git remote add upstream https://github.com/eclipse-equinox/p2.git



Am 17.03.22 um 13:45 schrieb Mickael Istria:
git remote set origin git@xxxxxxxxxx:eclipse-equinox/p2.git


Back to the top