21 กรกฎาคม, 2559

Set default protocol for git repository using HTTPS instead of GIT

In any git repository

add these line to .gitconfig file


[url "https://github.com/"]
insteadOf = git://github.com/


[url "https://github.com/"]
insteadOf = git@github.com:

ไม่มีความคิดเห็น: