Results 24 comments of Varun Agrawal

Here is a sample log entry. ``` { "Command": "git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks rev-list --after 11/29/2018 HEAD --count", "Directory": "C:\\test", "Status": "Finished", "Duration": "00:00:00", "CallerContext": "GetCommitCountSinceCommit", "Output": "System.ComponentModel.Win32Exception:...

@fengcen @andy-5 Thanks! It worked. I noticed c:\Program Files is not important here, but Git\bin\git.exe

![quick](https://user-images.githubusercontent.com/4201835/29449122-274df1b0-8417-11e7-9d53-2e43b1412419.png)

I think it happens when you quickly paste lot of content. Try it several time quickly. If you use AutoHotkey, try using this `^v::SendRaw %Clipboard%`. It shows this issue almost...

Ah! I actually used windows console to take screenshot. I actually use [ConesoleZ](https://github.com/cbucher/console) I can reproduce it on both windows console and ConsoleZ. But you are right it works fine...

Are you able to reproduce it now?

Unfortunately ConsoleZ have same issues with arrow keys. That's why I wanted to use wslbridge with it. I guess I am stuck for now. Thanks anyway for help and reporting...

I think it will take only 5 minutes and you can just send a pull request for it :)

> just for the record: you can make transmission restart a torrent by deleting the "resume" files. > > ``` > rm ~/.config/transmission/resume/torrentyouwanttorestart.resume > ``` > > did not test...