Trying to figure out the issue with my cmd as it is getting stucked.
As I tried to run below commands to get the virtual env enabled..
cd start
python -m venv .venv
source .venv/bin/activate
This is working but when I try to clone the repo my cmd is getting stucked, below are those commands, also those repo is also a sample one.
git clone https://github.com/Azure-Samples/functions-python-pytorch-tutorial.git
cd functions-python-pytorch-tutorial
Here my task is to use PyTorch. Any help would be appreciated.
Thanks.