-
Notifications
You must be signed in to change notification settings - Fork 0
Maven
Andrei Mladin edited this page Jul 31, 2014
·
11 revisions
- Run ssh-agent - in c:\Program Files (x86)\Git\bin ** SSH_AUTH_SOCK=/tmp/ssh-LhiYjP7924/agent.7924; export SSH_AUTH_SOCK; ** SSH_AGENT_PID=2792; export SSH_AGENT_PID; ** echo Agent pid 2792;
- Set the following environment variable ** C:> set SSH_AUTH_SOCK=/tmp/ssh-LhiYjP7924/agent.7924 ** C:> set SSH_AGENT_PID=2792
- Add passphrase for the key file ** C:> ssh-add "/c/Users/Anthony Whitford/.ssh/id_rsa"
- Check the ssh connection with your repository provider ** ssh -v git@bitbucket
- mvn release:prepare