Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 367
    • Issues 367
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #2898
Closed
Open
Issue created Dec 29, 2016 by Vadim Bryksin@bryksin

Branch name forced to be lower what leads to pull error

What steps will reproduce the problem?

  1. Create new branch starting with upper case and push to remote (in my case "Development")
  2. Check out project
  3. Switch to that new branch you just created ("Development")
  4. 2nd mouse click in project space -> "Git Pull..."
  5. In the field "Remote Branch" - branch name will be all lower case Screenshot

What is the expected output? What do you see instead?

That leads to Pull fail with an error:

fatal: Couldn't find remote ref development
fatal: The remote end hung up unexpectedly

However, if you go to "Git Sync..." instead of "Git Pull..." and select Pull option there, it will pull successfully.
Screenshot

That's mean that pop-up window "Pull" force branch name case to be lower what leads to pull error, but Git Sync doesn't force case to be lower and works fine

What version of TortoiseGit and Git are you using? On what operating system?

TortoiseGit 2.3.0.0 (C:\Program Files\TortoiseGit\bin)
git version 2.8.4.windows.1 (C:\Program Files\Git\bin; C:\Program Files\Git\mingw64; C:\Program Files\Git\mingw64\etc\gitconfig; C:\ProgramData\Git\config)

Please provide any additional information below.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking