How to clone a repository on a website other than github?

时间:2018-06-04 16:48:00

标签: git url github repository vlc

I am trying to clone the vlc library from this link http://git.videolan.org/?p=vlc/bindings/python.git;a=tree;f=generated/3.0;hb=HEAD, but I dont know what url I need to pass to git clone.

3 个答案:

答案 0 :(得分:1)

You should use this link for clone this repository

https://git.videolan.org/git/vlc/bindings/python.git

After clone change current branch to proper branch which you want

答案 1 :(得分:1)

You should always try to find the URL of the repository which is most of the time displayed on the main page of the repository.

Here you should click on 'summary' and it is displayed...

答案 2 :(得分:0)

If Maxims answer wasn't clear enough git clone https://git.videolan.org/git/vlc/bindings/python.git Does the job.