«   2025/03   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
Recent Posts
Today
Total
03-16 00:57
300x250
관리 메뉴

변군이글루 블로그(Development)

[리눅스] git 토큰 로그인 방법 본문

리눅스

[리눅스] git 토큰 로그인 방법

변군Dev 2022. 3. 8. 13:14
728x90

git 토큰 로그인 방법

git clone https://<user-id>:<token>@<repository url>

$ git clone https://<user-id>:<token>@github.com/anti1346/centos7.git

 

728x90