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 364
    • Issues 364
    • 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
  • #761
Closed
Open
Created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

Settings should correctly deal with backslashes (windows path separators) in entered remote URLs

By robert.pol... on March 24, 2011 09:43 (imported from Google Code)


What steps will reproduce the problem?

  1. Go to Settings>Git>Remote
  2. Create a new remote by pasting an URL with backslashes like
    \somebox\path\to\repo.git
    or
    D:\path\to\repo.git

What is the expected output?
The remotes should be usable.

What do you see instead?
Errors when the remote is used.
Currently, they have to be manually changed to forward slashes.
The following format works:
//somebox/path/to/repo.git
or
D:/path/to/repo.git

What version of the product are you using? On what operating system?
TortoiseGit 1.6.5.0 on Windows XP

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