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 project-skeleton not working #10

Open
hasprit opened this issue Sep 16, 2018 · 4 comments
Open

git clone -b project-skeleton not working #10

hasprit opened this issue Sep 16, 2018 · 4 comments
Labels

Comments

@hasprit
Copy link

hasprit commented Sep 16, 2018

I am following the tutorial in the lab6 of the ibm courses e-learning https://developer.ibm.com/courses/all/chatbots-watson-lets-talk-national-parks

unfortunately i'm no table to branch with git the project skeleton using the command

git clone –b project-skeleton https://github.com/cdimascio/nationalparks_conversation

the command is not working in different combination

can you help

@hasprit
Copy link
Author

hasprit commented Sep 17, 2018

@cdimascio any help on this ?

thx in advance

@Confidenceiskey
Copy link

Hey @hasprit,

Try adding .git to the end of the url. So...

git clone -b project-skeleton https://github.com/cdimascio/nationalparks_conversation.git

Note that you will be cloning both the 'master' and 'project-skeleton' directories. So you'll need to cd nationalparks_conversation and then do the git checkout project-skeleton

PS - Make Stack Overflow your friend! In 90% of cases when I'm stuck, Stack Overflow already has a solution/answer...just have to find it. Also, have a read of this page

@hasprit
Copy link
Author

hasprit commented Sep 18, 2018

Hello @Confidenceiskey

Thanks a lot for your help it dit the job indeed adding the .git extension , damn copy paste :) it drove me nuts

thanks again :)

@cdimascio
Copy link
Owner

Thanks for the help @Confidenceiskey

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

No branches or pull requests

3 participants