Please fix xcode source push bug about ssh://

If your git library has an address like this (ssh:://***), push will fail 'username does not match previous request (-1)' This is a very low-level bug, very difficult to experience, xcode 13,14,15 version same problem!

[core]
	bare = false
	repositoryformatversion = 0
	filemode = true
	ignorecase = true
	precomposeunicode = true
	logallrefupdates = true
[remote "origin"]
	url = ssh://git_user@fffff:22/volume1/code/testddd.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master

Hi @oyqx117 . I have a similar problem, where did you find the configuration file you've attached above? Do you know where Xcode keep ssh config & known_hosts file?

Please fix xcode source push bug about ssh://
 
 
Q