I am getting started with the Coral Dev Board using this tutorial: https://coral.ai/docs/dev-board/get-started/#run-pycoral
So far, I have followed all the steps given in the tutorial, and the other demo for setting up has worked. When I try to clone from the Git repository for another demo, I get the following error:
fatal error: https://github.com/google-coral/pycoral.git is this a git repository?
The repo can be cloned just fine onto other devices, so I think it is something to do with the dev board setup (maybe proxies, permissions, certificates?). I'm new to using the Coral Dev Board, so I'm not sure how to go about changing these settings, or if it's necessary. Other git commands are working, such as git init.
Any advice as to how to go about solving this issue would be appreciated.