mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-08 22:28:06 -05:00
default: use ssh connection to github for auth purposes
Instead of typing username/password over HTTP for all operations, use ssh and key based auth. Change-Id: I5c66357fcfe7932a7275346d8ed4e00c80073d1f
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<remote name="llvm.org"
|
||||
fetch="http://llvm.org/git/" />
|
||||
<remote name="roc-github"
|
||||
fetch="https://github.com/RadeonOpenCompute/" />
|
||||
fetch="ssh://git@github.com/RadeonOpenCompute/" />
|
||||
<remote name="pctools-github"
|
||||
fetch="https://github.com/GPUOpen-ProfessionalCompute-Tools/" />
|
||||
fetch="ssh://git@github.com/GPUOpen-ProfessionalCompute-Tools/" />
|
||||
|
||||
<default revision="master"
|
||||
remote="roc-github"
|
||||
|
||||
Reference in New Issue
Block a user