-
Notifications
You must be signed in to change notification settings - Fork 323
bugfix: HTTPS Clone fails with remote pointer not found using Go transport (#836) #842
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
bugfix: HTTPS Clone fails with remote pointer not found using Go transport (#836) #842
Conversation
* create a new remote in the smartTransportCallback incase one is not found
…owner remote is not found in the list of tracked remotes * adding a test to check if external clone via HTTPS works
… network and external hosted repos) * updating go.mod (and go.sum) with the new required dependency on gitkit
Co-authored-by: lhchavez <[email protected]>
Co-authored-by: lhchavez <[email protected]>
@lhchavez we have to support go 1.11 also? dunno how to fix those tests also, I hit commit suggestions (once per message) so it actually queued 2 jobs, you can cancel the earliest one |
@lhchavez Can you try running this? If it fails, I'll revert the go mod and go sum changes |
please revert them just to keep the deps clean. |
Cool, I'll commit in a small while |
* removing gitkit imports
@lhchavez please run it now, I have reverted those files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this 🎉!
Thanks a bunch both of you 🙇 |
…sport (#836) (#842) (#846) Fixes: #836 Changes: * adding a weak bool param for Remote * create a new remote in the smartTransportCallback incase one is not found (cherry picked from commit 0e8009f) Co-authored-by: Yashodhan Ghadge <[email protected]> Co-authored-by: lhchavez <[email protected]>
…sport (#836) (#842) (#847) Fixes: #836 Changes: * adding a weak bool param for Remote * create a new remote in the smartTransportCallback incase one is not found (cherry picked from commit 0e8009f) Co-authored-by: Yashodhan Ghadge <[email protected]> Co-authored-by: lhchavez <[email protected]>
…sport (#836) (#842) (#848) Fixes: #836 Changes: * adding a weak bool param for Remote * create a new remote in the smartTransportCallback incase one is not found (cherry picked from commit 0e8009f) Co-authored-by: Yashodhan Ghadge <[email protected]> Co-authored-by: lhchavez <[email protected]>
…sport (#836) (#842) (#849) Fixes: #836 Changes: * adding a weak bool param for Remote * create a new remote in the smartTransportCallback incase one is not found (cherry picked from commit 0e8009f) Co-authored-by: Yashodhan Ghadge <[email protected]> Co-authored-by: lhchavez <[email protected]>
Fixes: #836
Changes: