Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 10 not pushing using ssh [duplicate]

Tags:

xcode

xcode10

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:

enter image description here

How do I fix this?

like image 699
Mitul Jindal Avatar asked Oct 15 '25 20:10

Mitul Jindal


1 Answers

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.

like image 144
Mitul Jindal Avatar answered Oct 18 '25 12:10

Mitul Jindal