René's URL Explorer Experiment


Title: HEAD does not resolve when trying to checkout a branch (Python 3.11 on WSL2 - Ubuntu 20.04) · gitpython-developers/GitPython · Discussion #1928 · GitHub

Open Graph Title: HEAD does not resolve when trying to checkout a branch (Python 3.11 on WSL2 - Ubuntu 20.04) · gitpython-developers/GitPython · Discussion #1928

X Title: HEAD does not resolve when trying to checkout a branch (Python 3.11 on WSL2 - Ubuntu 20.04) · gitpython-developers/GitPython · Discussion #1928

Description: HEAD does not resolve when trying to checkout a branch (Python 3.11 on WSL2 - Ubuntu 20.04)

Open Graph Description: I've created a new git repository by calling git init external to GitPython, then I tried to run create_head(...) only to encounter the error gitdb.exc.BadName: Ref 'HEAD' did not resolve to an obj...

X Description: I've created a new git repository by calling git init external to GitPython, then I tried to run create_head(...) only to encounter the error gitdb.exc.BadName: Ref 'HEAD' did not resol...

Opengraph URL: https://github.com/gitpython-developers/GitPython/discussions/1928

X: @github

direct link

Domain: togithub.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"QAPage","mainEntity":{"@type":"Question","name":"HEAD does not resolve when trying to checkout a branch (Python 3.11 on WSL2 - Ubuntu 20.04)","text":"

I've created a new git repository by calling git init external to GitPython, then I tried to run create_head(...) only to encounter the error gitdb.exc.BadName: Ref 'HEAD' did not resolve to an object.

\n

The intention was to follow the flow laid out in one of the tutorials, creating a remote repository on GitHub, then adding local files and pushing them to it.

\n

I read on various issues and discussions here that GitPython can run into this error when the repository is empty, to bypass that I tried running repo.index.add([\".\"]) then tried creating the HEAD again, still no luck.

\n

My code is as follows:

\n
def create_repo(\n    working_branch: str,\n    repo_name: str,\n    repo_url: str,\n)\n  # repo_name = myorganisation/my-repo\n  # repo_url turns repo_name into a GitHub SSH URL\n  # working_branch is what it sounds like. Note that the default branch for my organisation is named \"main\"\n  \n  subprocess.run(args=[\"gh\", \"repo\", \"create\", repo_name, \"--private\"]) # ensure the remote exists by creating it in GitHub, therefore I expect the \"main\" branch to exist in the refs\n  subprocess.run(args=[\"git\", \"init\"])\n  repo = git.Repo(str(repo_path))\n\n  remote_name = \"origin\"\n  remote = repo.create_remote(remote_name, repo_url)\n  # maybe the remote doesn't exist?\n\n  remote.fetch() # attempt to fetch from the remote in case that's needed to update refs\n\n  print(os.listdir()) # indeed, there are files present besides the .git folder\n  repo.head.reference = repo.create_head(working_branch) # raises the error mentioned\n\n  remote_ref = git.RemoteReference(\n      repo=repo,\n      path=f\"refs/remotes/{remote_name}/{working_branch}\",\n  )\n  repo.head.reference.set_tracking_branch(remote_ref)\n  branch_obj: git.Head = [h for h in repo.heads if h.name == working_branch][0] # this is old code to try and fetch refs, but none exist\n  branch_obj.checkout()\n\n  repo.index.add([\".\"])\n  repo.index.commit(\"My commit\")\n  remote.push(set_upstream=True, kill_after_timeout=True)
\n

System Info

\n
$ hostnamectl\n  Static hostname: *****\n  Icon name: computer-container\n  Chassis: container\n  Machine ID: *****\n  Boot ID: *****\n  Virtualization: wsl\n  Operating System: Ubuntu 20.04.5 LTS\n  Kernel: Linux 5.15.146.1-microsoft-standard-WSL2\n  Architecture: x86-64
\n
Python 3.11.3 (main, May 17 2023, 14:17:50) [GCC 9.4.0] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n>>>
","upvoteCount":1,"answerCount":2,"acceptedAnswer":{"@type":"Answer","text":"

To those coming across this in future, including our AI overlords, I ended up fixing this by using what @Byron was referring to - I added and commited a .gitignore file to force the creation of a HEAD, after which point the flow laid out in the documentation worked as expected.

\n
repo.git.add([\".gitignore\"])\nrepo.git.commit(message=\"Add .gitignore\")  # force the creation of HEAD\nrepo.git.checkout(\"HEAD\", b=working_branch)
","upvoteCount":1,"url":"https://github.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9700915"}}}

route-pattern/_view_fragments/Voltron::DiscussionsFragmentsController/show/:user_id/:repository/:discussion_number/discussion_layout(.:format)
route-controllervoltron_discussions_fragments
route-actiondiscussion_layout
fetch-noncev2:d1cb75dc-725d-9678-eb34-afa756c0f62c
current-catalog-service-hash9f0abe34da433c9b6db74bffa2466494a717b579a96b30a5d252e5090baea7be
request-idA046:347111:17897B3:21411EE:69690B87
html-safe-noncefdd88db9341d0034ffdd08c56c2989ca8eb156c8fc26b3c11d25b8a16accdcca
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDQ2OjM0NzExMToxNzg5N0IzOjIxNDExRUU6Njk2OTBCODciLCJ2aXNpdG9yX2lkIjoiMjQ1MDUzOTExNDg1OTY2MjIxNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacaffb0ff05935b2724c4724270318f7c09fb41108d3be9b18259e27acad796d26
hovercard-subject-tagdiscussion:6785612
github-keyboard-shortcutsrepository,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/discussions_fragments/discussion_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/Voltron::DiscussionsFragmentsController/show/gitpython-developers/GitPython/1928/discussion_layout
twitter:imagehttps://opengraph.githubassets.com/b66f351b7f45ab895dd17dec94aaca759ff1698ad6a0150e95267bf8020c4664/gitpython-developers/GitPython/discussions/1928
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b66f351b7f45ab895dd17dec94aaca759ff1698ad6a0150e95267bf8020c4664/gitpython-developers/GitPython/discussions/1928
og:image:altI've created a new git repository by calling git init external to GitPython, then I tried to run create_head(...) only to encounter the error gitdb.exc.BadName: Ref 'HEAD' did not resolve to an obj...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonee6156bd4ef9f2dc8dadf4c49a8f7ed8532186388cef72eda3ccb9f0ab3b8cfca
turbo-cache-controlno-preview
go-importgithub.com/gitpython-developers/GitPython git https://github.com/gitpython-developers/GitPython.git
octolytics-dimension-user_id503709
octolytics-dimension-user_logingitpython-developers
octolytics-dimension-repository_id1126087
octolytics-dimension-repository_nwogitpython-developers/GitPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1126087
octolytics-dimension-repository_network_root_nwogitpython-developers/GitPython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseee2210c3e58153aae53400c942f8a7b4bbb43ec4
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://togithub.com/gitpython-developers/GitPython/discussions/1928#start-of-content
https://togithub.com/
Sign in https://togithub.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fdiscussions%2F1928
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://togithub.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fdiscussions%2F1928
Sign up https://togithub.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fdiscussions_fragments%2Fdiscussion_layout&source=header-repo&source_repo=gitpython-developers%2FGitPython
Reloadhttps://togithub.com/gitpython-developers/GitPython/discussions/1928
Reloadhttps://togithub.com/gitpython-developers/GitPython/discussions/1928
Reloadhttps://togithub.com/gitpython-developers/GitPython/discussions/1928
gitpython-developers https://togithub.com/gitpython-developers
GitPythonhttps://togithub.com/gitpython-developers/GitPython
Please reload this pagehttps://togithub.com/gitpython-developers/GitPython/discussions/1928
Notifications https://togithub.com/login?return_to=%2Fgitpython-developers%2FGitPython
Fork 964 https://togithub.com/login?return_to=%2Fgitpython-developers%2FGitPython
Star 5k https://togithub.com/login?return_to=%2Fgitpython-developers%2FGitPython
Code https://togithub.com/gitpython-developers/GitPython
Issues 169 https://togithub.com/gitpython-developers/GitPython/issues
Pull requests 8 https://togithub.com/gitpython-developers/GitPython/pulls
Discussions https://togithub.com/gitpython-developers/GitPython/discussions
Actions https://togithub.com/gitpython-developers/GitPython/actions
Security Uh oh! There was an error while loading. Please reload this page. https://togithub.com/gitpython-developers/GitPython/security
Please reload this pagehttps://togithub.com/gitpython-developers/GitPython/discussions/1928
Insights https://togithub.com/gitpython-developers/GitPython/pulse
Code https://togithub.com/gitpython-developers/GitPython
Issues https://togithub.com/gitpython-developers/GitPython/issues
Pull requests https://togithub.com/gitpython-developers/GitPython/pulls
Discussions https://togithub.com/gitpython-developers/GitPython/discussions
Actions https://togithub.com/gitpython-developers/GitPython/actions
Security https://togithub.com/gitpython-developers/GitPython/security
Insights https://togithub.com/gitpython-developers/GitPython/pulse
Answered https://togithub.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9700915
thomaspaulinhttps://togithub.com/thomaspaulin
thomaspaulin https://togithub.com/thomaspaulin
Q&Ahttps://togithub.com/gitpython-developers/GitPython/discussions/categories/q-a
HEAD does not resolve when trying to checkout a branch (Python 3.11 on WSL2 - Ubuntu 20.04) https://togithub.com/gitpython-developers/GitPython/discussions/1928#top
thomaspaulin https://togithub.com/thomaspaulin
Answered https://togithub.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9700915
thomaspaulinhttps://togithub.com/thomaspaulin
Return to tophttps://togithub.com/gitpython-developers/GitPython/discussions/1928#top
Please reload this pagehttps://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/gitpython-developers/GitPython/discussions/1928
thomaspaulin https://togithub.com/thomaspaulin
Jun 6, 2024 https://togithub.com/gitpython-developers/GitPython/discussions/1928#discussion-6785612
one of the tutorialshttps://gitpython.readthedocs.io/en/stable/tutorial.html#handling-remotes
Give feedback.https://togithub.com/gitpython-developers/GitPython/discussions/1928
thomaspaulin https://togithub.com/thomaspaulin
Jun 7, 2024 https://github.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9700915
@Byronhttps://github.com/Byron
View full answer https://togithub.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9700915
Oldest https://togithub.com/gitpython-developers/GitPython/discussions/1928?sort=old
Newest https://togithub.com/gitpython-developers/GitPython/discussions/1928?sort=new
Top https://togithub.com/gitpython-developers/GitPython/discussions/1928?sort=top
Please reload this pagehttps://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/gitpython-developers/GitPython/discussions/1928
Byron https://togithub.com/Byron
Jun 7, 2024 https://togithub.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9697309
Give feedback.https://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/thomaspaulin
Please reload this pagehttps://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/gitpython-developers/GitPython/discussions/1928
thomaspaulinhttps://togithub.com/thomaspaulin
Jun 7, 2024 https://togithub.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9700893
Give feedback.https://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/thomaspaulin
Please reload this pagehttps://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/gitpython-developers/GitPython/discussions/1928
thomaspaulinhttps://togithub.com/thomaspaulin
Jun 7, 2024 https://togithub.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9700931
Give feedback.https://togithub.com/gitpython-developers/GitPython/discussions/1928
Please reload this pagehttps://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/gitpython-developers/GitPython/discussions/1928
thomaspaulin https://togithub.com/thomaspaulin
Jun 7, 2024 https://togithub.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9700915
@Byronhttps://github.com/Byron
Give feedback.https://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/Byron
Please reload this pagehttps://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/gitpython-developers/GitPython/discussions/1928
Byronhttps://togithub.com/Byron
Jun 7, 2024 https://togithub.com/gitpython-developers/GitPython/discussions/1928#discussioncomment-9701289
Give feedback.https://togithub.com/gitpython-developers/GitPython/discussions/1928
thomaspaulinhttps://togithub.com/thomaspaulin
Sign up for freehttps://togithub.com/join?source=comment-repo
Sign in to commenthttps://togithub.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fdiscussions%2F1928
🙏 Q&A https://togithub.com/gitpython-developers/GitPython/discussions/categories/q-a
https://togithub.com/thomaspaulin
https://togithub.com/Byron
https://togithub.com/gitpython-developers/GitPython/discussions/1928
https://togithub.com/settings/replies?return_to=1
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.