문제

Its a silly question but here you go:

I want to open this git repository from source forge but i dont know how to open this link:

git clone http://git.code.sf.net/p/tidirectlink/code tidirectlink-code

from this link:

http://sourceforge.net/p/tidirectlink/code/ref/master/

Help Please!!!

도움이 되었습니까?

해결책

It's a command to download it all to your computer with Git, it's not a link.

git clone git://git.code.sf.net/p/tidirectlink/code tidirectlink-code

You'll need to have Git installed and then you can run it in the terminal or Git Bash or a GUI, and it will clone the repo to your computer.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top