From d89f38ac0f353479f400385e76949f762bdfbe63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Hedelund?= Date: Thu, 9 Apr 2015 15:05:52 +0200 Subject: [PATCH 1/2] Added DotSettings to gitignore (should not be share through repo) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 564daf4..8e43607 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ _ReSharper.* *.mdf *.ldf +**/*.DotSettings From 5153fa21ecaf63ac9f8a7d85df05856f69ee612b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Hedelund?= Date: Thu, 9 Apr 2015 15:11:53 +0200 Subject: [PATCH 2/2] Additional info to remind the user to set default recording and playback device in windows to avoid errors. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cfa4fb..b20eb00 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,9 @@ Usually the ssh-agent.exe process lock Git and cause this problem before trying The retry the chocolatey installation choco install gitbitch -version 1.0.1 -In most cases that will fix the problem. \ No newline at end of file +In most cases that will fix the problem. + +## Known startup install issues +You must have a default recording device selected. +You must have a default playback device selected. +Rightclick the volume button on your taskbar in windows to set default recording and playback devices.