On 11 Apr 2013, at 17:29, John Emmas wrote:
> GitHub's helper app (GitHub for Windows) automatically checked out the repo (which is empty) to a folder on my Windows machine. If I use TortoiseGit to pull from this repo, I'd normally expect a message telling me that I'm already up-to-date - but in fact, I get this message:-
>
> " Your configuration specifies to merge with the ref 'master'
> from the remote but no such ref was fetched.
> git did not exit cleanly (exit code 1) "
>
This must be one of those little 'funnies' that happens if the repo is empty. Now that I've added some items it seems to be working as normal. Strange....
John