Problems deploying code with Capistrano since upgrading to macOS 10.12 (Sierra), “Permission denied (publickey).”

后端 未结 3 1834
忘了有多久
忘了有多久 2021-01-31 18:54

So I just upgraded my Mac mini (Late 2012) to macOS 10.12 (Sierra) and everything seems fine, but I’m running into one odd problem deploying code with Capistrano. I get the foll

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-31 19:45

    This help me to resolve the issue on MacOS Serra:

    eval $(ssh-agent -s) 
    ssh-add ~/.ssh/id_rsa_file
    

提交回复
热议问题