You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
client.logger.Info(fmt.Sprintf("HTTPS clone URL not available for repository %s/%s/%s (may be disabled or not configured)",owner,client.vcsInfo.Project,repository))
548
+
}
549
+
550
+
ifresponse.SshUrl!=nil {
551
+
cloneInfo.SSH=*response.SshUrl
552
+
}else {
553
+
client.logger.Info(fmt.Sprintf("SSH clone URL not available for repository %s/%s/%s (may be disabled or not configured)",owner,client.vcsInfo.Project,repository))