Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在windows下使用 gittle.switch_branch 报错 #76

Open
khlipeng opened this issue Dec 11, 2015 · 3 comments
Open

在windows下使用 gittle.switch_branch 报错 #76

khlipeng opened this issue Dec 11, 2015 · 3 comments

Comments

@khlipeng
Copy link

我在windows下使用 switch_branch 切换分支报错,在Mac下正常~

1136 def clean(self, force=None, directories=None):
1137 untracked_files = self.untracked_files
-> 1138 map(os.remove, untracked_files)
1139 return untracked_files
1140 :
This is the error:
WindowsError: [Error 3] : u'.git\refs\remotes\origin\v1.0'

@hanleilei
Copy link

Hay dude, English, Please describe your question in English...

@khlipeng
Copy link
Author

I use the switch branch branch_switching error at windows, Apple under normal ~

@zhaoyc1990
Copy link

me too;

repo.switch_branch('dev')
Traceback (most recent call last):
File "", line 1, in
File "build\bdist.win-amd64\egg\gittle\gittle.py", line 1185, in switch_branch

File "build\bdist.win-amd64\egg\gittle\gittle.py", line 1207, in clean_working

File "build\bdist.win-amd64\egg\gittle\gittle.py", line 1200, in clean
WindowsError: [Error 32] : '.git\objects\pack\pack-aa48931cc1e1008153ac757bed
84aae75478fa9b.pack'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants