edgi-govdata-archiving / ECHO-Sunrise

An Environmental Enforcement Watch partnership with Sunrise Boston hubs
https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-Sunrise/blob/main/ECHO-Sunrise.ipynb
GNU General Public License v3.0
1 stars 2 forks source link

Error cloning ECHO-Sunrise 'main' branch - in Google colab #49

Closed shansen5 closed 4 years ago

shansen5 commented 4 years ago

!git clone -b main --single-branch https://github.com/edgi-govdata-archiving/ECHO-Sunrise.git

Cloning into 'ECHO-Sunrise'... warning: Could not find remote branch main to clone. fatal: Remote branch main not found in upstream origin

ericnost commented 4 years ago

Huh. I don't remember deleting the main branch....but it's gone!

The good news is that if you just change this to master it'll work

ericnost commented 4 years ago

Ah, Kelsey deleted it. It really is ok though, just switch to 'master', which is where main was merged to. After we do all these fixes, we'll branch the updated master off into main again, and set main as the default, per EDGI's new protocol. If that makes sense!

ericnost commented 4 years ago

Fixed by #50