-
Notifications
You must be signed in to change notification settings - Fork 349
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
Error with pod install: userinfo not supported. [RFC3986] #705
Comments
We probably need a follow up PR to this #703 to catch more the regex. Can you provide a similar repo URL for us to write a test with? Transferring this cocoapods-core. |
This passes for me: it 'test' do
url = 'https://hello:world@MySpecRepo.com'
@sources_manager.send(:name_for_url, url).
should == 'myspecrepo'
end There is something specific to your URL and setup that causes the regex not to catch it. |
Hello @dnkoutso, you can use this repo to reproduce: https://gitlab.com/t2428/myapp |
let me see. |
Verified this works with #703 which will ship with 1.11.1 hopefully today. |
If you still see a problem I will re-open after 1.11.1 ships. |
Actually this may be have been a different issue which I think I got a fix. Follow along here CocoaPods/CocoaPods#10941 |
Actually will be fixed by CocoaPods/CocoaPods#10942 instead. |
and PR CocoaPods/CocoaPods#10942 |
Report
What did you do?
Run
pod install
What did you expect to happen?
Install all pod dependencies correctly.
What happened instead?
I got the error: "userinfo not supported. [RFC3986]"
My sources are like https://[USERNAME]:[PASSWORD]@MySpecRepo.com
CocoaPods Environment
Happened with cocoapod 1.11.0
Worked like a charm with cocoapod 1.10.1
The text was updated successfully, but these errors were encountered: