Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
TortoiseGit
TortoiseGit
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 303
    • Issues 303
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 9
    • Merge requests 9
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #91

Closed
Open
Created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

clone dialog generates bad directory name based on URL, ignores overrides

By zarchasmp... on May 29, 2009 16:29 (imported from Google Code)


What steps will reproduce the problem?

  1. Open Explorer, navigate to dir, right click, select "Git clone..."
  2. Enter URL in form user@host:test.git. Directory is filled in with
    C:\dir\ser@host:test.git (also note missing first character)
  3. Hit OK

What is the expected output? What do you see instead?
-> Progress box shows

git.exe clone -v "user@host:test.git" "C:\dir\ser@host:test"

fatal: could not create work tree dir 'C:\dir\ser@host:test': Not a directory.

-> If I override the directory name with "C:\dir", I get
git.exe clone -v "user@host:test.git" "c:\dir\ser@host:test"

fatal: could not create work tree dir 'c:\dir\ser@host:test': Not a directory.

Note that it has completely ignored my override.

What version of the product are you using? On what operating system?
TortoiseGit 0.6.2.0
git version 1.6.1.2
Windows Vista Business SP1, 32 bit

Please provide any additional information below.
-> Workaround is to clone via command line.

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