Skip to content

devhindo/linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Linux

  • 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_rsa didn't work : solution.
  • make all commands run as sudo : solution

    • sudo -i

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors