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