-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pod install - error message "Couldn't determine repo name for URL ..." on private repo via SSH #702
Comments
cc @igor-makarov maybe related to some Core changes? |
Most likely related to #681 |
@glauberl-ciandt if you can expand to fix the regex in #681 with a test it will be very easy to ship 1.11.1 for us. Sorry for this regression. |
Done. I updated the error message using aaa's for a-z pattern and the rest remained the same. Let me know if you need further information. |
no need! Some help to open the PR if you want to fix it would be great :) |
I'll do my best. First time opening a PR to CocoaPods repo! Let's see how it goes. Just to confirm: the regex is what needs to be fixed, right? Or needs further investigation? |
I am fairly certain its the regex. It will be a PR on this repo https://github.com/CocoaPods/Core See this PR #681 of the files to change. Add a test first and run |
@glauberl-ciandt I put a PR up #703 will wait for some review/feedback to land it. |
fixed with #703 |
Cool! Thanks! |
Report
What did you do?
Run
pod install
What did you expect to happen?
Install all pod dependencies correctly.
What happened instead?
The error message
[!] Couldn't determine repo name for URL: git@ssh.dev.azure.com:v3/aa-aaaaa/aaa_aaa_aaaaa/aaa-aaa-aaaaa
has been displayed.CocoaPods Environment
Stack
Installation Source
Plugins
Podfile
Notes
The text was updated successfully, but these errors were encountered: