简体   繁体   中英

Not able to add repository in Xcode 8.2.1 from TFS

In my repository there are two spaces . So I am entering %20 instead of space while adding repository. But when I try to add repository with SSH, %20 automatically replace with space . So I get "Repository Not Found" error. Help with it.

Please double check if you are using the correct url for SSH format, you could find the info in

TFS web portal - Your Repo - Clone ( top right corner )

在此处输入图片说明

Need to use ssh:// and port 22 not 8080, the complete URL for a repository with space should be something as below:

ssh://yourtfsserver:22/GITAgile/_git/test%20space%20repo

Update

After enter the url with %20, it will automatically replace %20 with space in the Enter repository information page.

在此处输入图片说明

Even though directly using with the space in http url, you still will get the correct repo from server. 在此处输入图片说明

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