git: specify the ssh key for push to work
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
84c2b18dfa
commit
f8b4990dd6
1 changed files with 1 additions and 0 deletions
|
@ -156,5 +156,6 @@
|
||||||
};
|
};
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
global.gpgsign = true;
|
global.gpgsign = true;
|
||||||
|
core.sshCommand = "ssh -i ~/.ssh/id.key";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue