Closed cironis closed 3 years ago
Got a answer in stackoverflow.
Github has changed its default branch from master to main instead. But degit still use master by default. So, you need to explicitly tell degit to use main
!npx degit cironis/ep4#main -f
This should download it correctly.
I'm running the following code on Google Colab:
!npx degit cironis/ep4 -f
and I'm getting this error message:I have used this exact same code with another repository and it worked perfectly. But it does not work with this repository. What am I doing wrong?