[GIT] Can not Clone Project,

I am trying to Clone a Repo Branch into the Project,

Glitch: https://glitch.com/edit/#!/majestic-rodent
Github: https://github.com/Billys-Bot-Service/bot-1/tree/dashboard

If I do it via Tools It wont clone the branch Only Master, Not the Dashboard Version. Any Help is needed thanks!

You must provide a valid URL
https://github.com/Billys-Bot-Service/bot-1.git

1 Like

What about for the Branch?

git clone url -b branch-name

So git clone https://github.com/Billys-Bot-Service/bot-1.git -b dashboard ?

1 Like

I’d think so according to this StackOverflow thread.

AnIdiotsGuide/guidebot

@hmmbilly are you seeing this in the Glitch console? That would be pretty surprising; that article is from 2011 and Glitch uses a git version that shouldn’t be affected by that change.

Here’s what I see when cloning from that url:

app@sixth-okra:~ 18:43 
$ git clone https://github.com/AnIdiotsGuide/guidebot/
Cloning into 'guidebot'...
remote: Enumerating objects: 1030, done.
remote: Total 1030 (delta 0), reused 0 (delta 0), pack-reused 1030
Receiving objects: 100% (1030/1030), 380.50 KiB | 0 bytes/s, done.
Resolving deltas: 100% (587/587), done.
Checking connectivity... done.
1 Like

how about https://github.com/AnIdiotsGuide/guidebot.git?

I ended up spending over an hour Copying + Pasting it all but thanks for the help!

No, But I ended up copy + pasting