We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@markruys: But presumably that will stop working at the end of May?
Sorry, something went wrong.
This should be fixed now, at least till the end of may.
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
No branches or pull requests
Hm:
Might it something to do with:
Ahh, this works:
The text was updated successfully, but these errors were encountered: