Bug 355138 - Wrong local repository path syntax on MsWindows
Summary: Wrong local repository path syntax on MsWindows
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-18 13:48 EDT by Laurent G CLA
Modified: 2011-08-18 13:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent G CLA 2011-08-18 13:48:42 EDT
Build Identifier: 20110615-0604

Cloning a local repository with EGit resulted in .git/config file containing :
[remote "origin"]
	url = file:///C:\\Users\\YS2042\\git\\Wizteust\\

Which gave pull from menu or cygwin "git pull" to fail.
Changing the triple slash to just a double got the things working :
	url = file://C:\\Users\\YS2042\\git\\Wizteust\\
Hth

Reproducible: Always