<< Log | Index | SSH >>
vim ~/.netrc chmod 600 ~/.netrc cd where_you_keep_your_code perl -i.bak -ple 's{git\@github\.com:}{https://github.com/}' */.git/config perl -i.bak -ple 's{username\@}{}' */.git/config