Hi, i have a personal git server and i can clone it fine with
but when i put git@mydomain:32222/home/git/project.git in Unity cloud build, i get the message
connect ECONNREFUSED myip:22
So how can i make Unity cloud build use port 32222 ?
Hi, i have a personal git server and i can clone it fine with
but when i put git@mydomain:32222/home/git/project.git in Unity cloud build, i get the message
connect ECONNREFUSED myip:22
So how can i make Unity cloud build use port 32222 ?
Try explicitly adding ssh:// to the url in Unity Cloud Build.
Thanks, @dannyd . I forgot it but now it works !