Skip to content

Commit

Permalink
Removed code to clarify that project development has moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Mar 20, 2013
1 parent 3b66a98 commit 1229fbc
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 969 deletions.
31 changes: 0 additions & 31 deletions .gitignore

This file was deleted.

174 changes: 0 additions & 174 deletions License.txt

This file was deleted.

41 changes: 2 additions & 39 deletions README.md
@@ -1,41 +1,4 @@
# Windows Credential Store for Git
This application is a small helper app designed to follow the git credentials API as defined by the [Git Documentation](https://github.com/gitster/git-htmldocs/blob/master/technical/api-credentials.txt).
Primary development on this has moved to [CodePlex](http://gitcredentialstore.codeplex.com/)

**Current Version**: [1.1](http://blob.andrewnurse.net/gitcredentialwinstore/git-credential-winstore.exe)

## Installation

1. Download the [git-credential-winstore.exe](http://blob.andrewnurse.net/gitcredentialwinstore/git-credential-winstore.exe) application
2. Run it! If you have GIT in your PATH, it should just work. If you don't, run 'git-credential-winstore -i C:\Path\To\Git.exe'.

## FAQs

### Why doesn't it work?
Make sure you're running the latest version of msysgit. The credential API is fairly new. I've tested this on version 1.7.10.

### Why doesn't it install?
Make sure you're running with GIT on your PATH (perhaps by running from the GIT bash shell), or you've used the "-i" option to specify the location of Git

### Eeeeeeeeek! Why is there a message box when I install it! MAKE IT STOP! MAKE IT STOP! Please?
Thanks to [Matt Wrock](https://github.com/mwrock), we have a silent install option. Pass "-s" (and optionally follow that with the path to Git if it isn't in your PATH) and the helper will be installed without prompts!

### Where are you storing my credentials?
This app just uses the existing Windows Credential Store to hold your credentials. You can see the stored credentials by going to Control Panel > User Accounts > Credential Manager and choosing "Windows Credentials". The entries starting "git:" are from git-credential-winstore.

### Why don't I see a prompt for some repositories/remotes?
This helper is only for HTTPS connections, if you are using SSH, the helper won't run.

### I have another question?
That's not a question.

### But I actually have another question...
Ok, you can email me at [andrew@andrewnurse.net](mailto:andrew@andrewnurse.net). Or post an issue in the Issues section.

## Special Thanks
* [Paul Betts](http://paulbetts.org/) for creating our handy-dandy installer.
* [Matt Wrock](https://github.com/mwrock) for adding a silent option to the installer.
* [mattn](https://github.com/mattn) for adding support for Windows XP.
* [Marc Brooks](https://github.com/IDisposable) for some readme tweaks.

## License
This code is Copyright Andrew Nurse and other contributors 2012. You are hereby granted a license to use the software and code under the terms of the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
**Current Version**: [1.1](http://gitcredentialstore.codeplex.com/releases/view/103679)
20 changes: 0 additions & 20 deletions git-credential-winstore.sln

This file was deleted.

29 changes: 0 additions & 29 deletions git-credential-winstore/Extensions.cs

This file was deleted.

0 comments on commit 1229fbc

Please sign in to comment.