-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:BrainCOGS/VRrigs-documentation
- Loading branch information
Showing
7 changed files
with
2,026 additions
and
1,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,15 +32,15 @@ lang: en-US | |
#### Create ssh key to clone repositories | ||
|
||
1. Open Git Bash | ||
2. `ssh-keygen -t ed25519 -C "[email protected]"` | ||
2. `ssh-keygen -t ed25519 -C "[email protected]"` | ||
3. Leave empty passphrase (Hit Enter two times) | ||
4. `eval "$(ssh-agent -s)"` | ||
5. `ssh-add ~/.ssh/id_ed25519` | ||
|
||
#### Add key to virmen user in github | ||
|
||
1. Copy ssh public key to clipboard in Git Bash `clip < ~/.ssh/id_ed25519.pub` | ||
2. Open <a href="https://github.com/login`">https://github.com/login</a> | ||
2. Open [https://github.com/login](github.com) | ||
2. Login with vrrigs user (ask your Lab Manager for password) | ||
|
||
<figure> | ||
|
Oops, something went wrong.