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 -b heroku ... ne passe pas #3

Open
patrick-philipot opened this issue Nov 3, 2020 · 2 comments
Open

git clone -b heroku ... ne passe pas #3

patrick-philipot opened this issue Nov 3, 2020 · 2 comments

Comments

@patrick-philipot
Copy link

git clone -b heroku [email protected]:cglacet/attestations.git

mais

git clone https://github.com/cglacet/attestations.git marche bien.

@cglacet
Copy link
Owner

cglacet commented Nov 3, 2020

Ah, étrange. Peut être une histoire de version de git ? Qu'est-ce que ça donne avec :

git clone --branch [email protected]:cglacet/attestations.git

A priori ça ne marchera pas non plus, mais sait-on jamais. Pour référence, ma version est :

$ git --version
git version 2.28.0

@cglacet
Copy link
Owner

cglacet commented Nov 3, 2020

Ahh, je vois qu'il y a une autre différence entre les deux commandes, peut être alors avec https:

git clone -b heroku https://github.com/cglacet/attestations.git

En tout cas pour le moment heroku est la branche par défaut donc cette option de branch n'est pas nécessaire.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants