added section von ssh
This commit is contained in:
parent
1c20e83bf8
commit
9dbeaa82ef
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@ git clone https://github.com/google/llvm-premerge-checks
|
|||
cd llvm-premerge-checks\containers
|
||||
powershell .\build_run.ps1 agent-windows-jenkins
|
||||
```
|
||||
1. If you want to be able to push changes to github, you need to set up your github SSH keys and user name:
|
||||
```
|
||||
ssh-keygen
|
||||
git config --global user.name <your name>
|
||||
git config --global user.email <your email>
|
||||
```
|
||||
|
||||
To push push a new container run in `containers`:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue