-
How To Work With Multiple Github Accounts on a single Machine when getting a new repo:
$ git config user.email "<email>" $ git config user.name "<username>" $ git remote add origin `git@github.com-{my_username}:{owner-user-name}/{the-repo-name}.git` #for cloning $ git clone git@github.com-{your-username}:{owner-user-name}/{the-repo-name}.git
- if
$ ssh-add -K ~/.ssh/id_rsadidn't work : solution.
- if
-
make all commands run as sudo : solution
-
sudo -i
-
devhindo/linux
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|