Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
libgit2
/
git2go
Public
Notifications
You must be signed in to change notification settings
Fork
326
Star
2k
Code
Issues
54
Pull requests
30
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
bugfix: HTTPS Clone fails with remote pointer not found using Go transport (#836)
- #842
#842
Merged
lhchavez
merged 10 commits into
libgit2:main
libgit2/git2go:main
from
codexetreme:bugfix/error_while_cloning
codexetreme/git2go:bugfix/error_while_cloning
Copy head branch name to clipboard
Oct 23, 2021
Conversation
Commits
10
(10)
Checks
Files changed
Merged
bugfix: HTTPS Clone fails with remote pointer not found using Go transport (#836)
#842
lhchavez
merged 10 commits into
libgit2:main
libgit2/git2go:main
from
codexetreme:bugfix/error_while_cloning
codexetreme/git2go:bugfix/error_while_cloning
Copy head branch name to clipboard
Commits
Commits on Oct 15, 2021
* adding a weak bool param for Remote
Show description for c86c835
codexetreme
committed
c86c835
View commit details
Copy full SHA for c86c835
Browse repository at this point
* removing error code and creating a new empty remote instead if the owner remote is not found in the list of tracked remotes
Show description for 4df4cbd
codexetreme
committed
4df4cbd
View commit details
Copy full SHA for 4df4cbd
Browse repository at this point
Commits on Oct 20, 2021
* moving cloning tests to use gitkit git server (removes the need for network and external hosted repos)
Show description for 8e8cb91
codexetreme
committed
8e8cb91
View commit details
Copy full SHA for 8e8cb91
Browse repository at this point
Commits on Oct 21, 2021
Update clone_test.go
Show description for 4069405
codexetreme
and
lhchavez
authored
4069405
View commit details
Copy full SHA for 4069405
Browse repository at this point
Update clone_test.go
Show description for 563a351
codexetreme
and
lhchavez
authored
563a351
View commit details
Copy full SHA for 563a351
Browse repository at this point
* moving cloning back to remote url (since this makes it compatible with more go versions)
codexetreme
committed
4cd604a
View commit details
Copy full SHA for 4cd604a
Browse repository at this point
* removing gitkit deps
codexetreme
committed
3193b2f
View commit details
Copy full SHA for 3193b2f
Browse repository at this point
Commits on Oct 22, 2021
* reverting go.mod and go.sum
Show description for cac86b0
codexetreme
committed
cac86b0
View commit details
Copy full SHA for cac86b0
Browse repository at this point
* reverting go.sum
codexetreme
committed
f200a9a
View commit details
Copy full SHA for f200a9a
Browse repository at this point
* remove unused fn
codexetreme
committed
8c55633
View commit details
Copy full SHA for 8c55633
Browse repository at this point
You can’t perform that action at this time.