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
git clone -b heroku [email protected]:cglacet/attestations.git
mais
git clone https://github.com/cglacet/attestations.git marche bien.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Ahh, je vois qu'il y a une autre différence entre les deux commandes, peut être alors avec https:
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.
branch
No branches or pull requests
git clone -b heroku [email protected]:cglacet/attestations.git
mais
git clone https://github.com/cglacet/attestations.git marche bien.
The text was updated successfully, but these errors were encountered: