Angstrom-distribution / setup-scripts

Helper scripts for setting an Angstrom development environment
http://www.angstrom-distribution.org/building-angstrom
MIT License
84 stars 108 forks source link

git://gitorious.org/openembedded-core-layers/meta-kde4.git down #51

Open markruys opened 9 years ago

markruys commented 9 years ago

Hm:

$ git clone git://gitorious.org/openembedded-core-layers/meta-kde4.git
Cloning into 'meta-kde4'...
fatal: Could not read from remote repository.

Might it something to do with:

System notice: Gitorious is being acquired by GitLab and gitorious.org will shut down end of May. Please import your repositories to GitLab.com

Ahh, this works:

$ git clone https://gitorious.org/openembedded-core-layers/meta-kde4.git
SamB commented 9 years ago

@markruys: But presumably that will stop working at the end of May?

koenkooi commented 9 years ago

This should be fixed now, at least till the end of may.

ebecz commented 7 years ago

You can add the following lines to your ~/.gitconfig

[url "https://github.com/Angstrom-distribution/meta-kde.git"] insteadOf = git://gitorious.org/openembedded-core-layers/meta-kde.git