linux, mac에서 마음대로 git clone https:// 사용 가능하다. 특히 젠킨스에서 많이 활용한다.
먼저 비밀 토큰을 생성한다.
https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line
그 다음 .netrc를 생성한다.
$ vi ~/.netrc
machine github.kakaocorp.com
login <비밀키>
잘 동작하는 볼 수 있다.