简体   繁体   中英

Xcode 10 not pushing using ssh

I'm using Xcode 10.1. I have a repository on BitBucket and I use SSH keys push to the repository.

Everything is working fine if I push using terminal. When I try using Xcode to push, I receive the following message:

在此输入图像描述

How do I fix this?

The solution was to create a new key from Xcode and use that. I still have no idea why the key created from terminal using ssh-keygen . I tried using ssh-key -t rsa , it did not work either. The only time it actually works is when the SSH keys are generated from the Xcode.

I guess this is a bug.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM