Skip to content
New issue

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

Git clone not working - git clone https://github.com/Bioconductor-mirror/REPO #8

Closed
nrineau opened this issue Jan 13, 2016 · 4 comments

Comments

@nrineau
Copy link

nrineau commented Jan 13, 2016

Hi,

I try to clone the repo on local The command:

git clone https://github.com/Bioconductor-mirror/REPO
or
git clone https://github.com/Bioconductor/REPO.

The commend retrun the page is not exists.:

git clone https://github.com/Bioconductor/REPO
Initialized empty Git repository in /opt/REPO/.git/
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/Bioconductor/REPO/info/refs

Do you have idea?

Regards,

@b-long
Copy link

b-long commented Jan 13, 2016

Hi @nrineau ,

Presumably, the text you're reading is meant to be an example. So, rather than using :

git clone https://github.com/Bioconductor-mirror/REPO
or 
git clone https://github.com/Bioconductor/REPO

You should point to an actual package :

git clone https://github.com/Bioconductor-mirror/BiocParallel.git
or
git clone https://github.com/Bioconductor/BiocParallel.git

Can you tell me where you found that text? Hopefully we can add some clarification to the text.

@b-long
Copy link

b-long commented Jan 13, 2016

@jimhester Ah, thanks. I think you're right!

@b-long
Copy link

b-long commented Jan 15, 2016

@nrineau Please let us know if you're having any further difficulty. Closing this issue in the meantime.

@b-long b-long closed this as completed Jan 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants