Cloning a repository from github using conda

2.3k Views Asked by At

Today I wanted to clone a repo from github but since I've never used anaconda, can anyone help me write a code in Anaconda Prompt to do this for me... The github repository link is here:https://github.com/ultralytics/yolov5

I would highly appreciate if some one help me. Furthermore i tried cloning the repo but when i wrote the repo's link in GitHub i was faced an error saying there is no such repo

1

There are 1 best solutions below

2
FlyingTeller On

The anaconda prompt is only a normal command prompt that has your base conda env activated and set up the conda command. Therefore, you jsut write

git clone https://github.com/ultralytics/yolov5.git

as you would in your normal cmd