How does one get the dev branch working?
I can’t get access through GitHub desktop, won’t let me clone it, denies my credentials access.
Downloading the branch .zip doesn’t work, as install.sh fails
I have early adopter’s disease and I can’t resist filling [DATA] with samples! Finally will be able to make the Daisy_Field sample party! IF…
Git command line stuff!
cd Packages
git clone -b dev htt ps://github.com/electro-smith/oopsy
cd oopsy
./install.sh
1 Like
For anyone’s that is looking, this worked for me…
cd to the oopsy directory:
git checkout dev
you can list branches with:
git branch -a
then in the oopsy dir re-run ./install.sh
Yep.
And, if you already had it, and want the latest version, you can just do
git pull
./install.sh