bugfix: HTTPS Clone fails with remote pointer not found using Go transport (#836) #842
Loading…
Reference in New Issue
No description provided.
Delete Branch "bugfix/error_while_cloning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes: #836
Changes:
@ -70,3 +71,17 @@ func TestCloneWithCallback(t *testing.T) {
}
otherwise after the test there will be garbage left in
/tmp
!@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
:'( let's give up in the hermeticity in favor of supporting more Go versions.
Cool, let me remove that dependency and related code
okay I've made the changes
@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
@lhchavez please run it now, I have reverted those files
@ -70,3 +71,17 @@ func TestCloneWithCallback(t *testing.T) {
}
this function can also be removed since it's not used anywhere
@ -70,3 +71,17 @@ func TestCloneWithCallback(t *testing.T) {
}
my bad, I pushed in a hurry, missed this :/, no wonder the builds failed
Thanks for fixing this 🎉!
Thanks a bunch both of you 🙇