forked from foundweekends/giter8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nathan Hamblen
committed
Apr 13, 2012
1 parent
37487e3
commit b6ff924
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Authentication | ||
|
||
This release reverts to name and password authentication, because | ||
github's v3 API does support the token authentication previously | ||
relied upon by giter8. If you require access to templates in private | ||
repositories, configure your github user name (as before) as well as | ||
your github password: | ||
|
||
git config --global github.user your-user-name | ||
git config --global github.password your-password | ||
|
||
Contributions to upgrade to the [v3 OAuth flow][oauth] are welcome. | ||
|
||
[oauth]: http://developer.github.com/v3/oauth/ | ||
|
||
### Template Listing | ||
|
||
We have regretfully disabled template listing (`-l` and `--list`) | ||
because search is no longer supported in the github API. | ||
|
||
Later we hope to integrate with [ls.implicit.ly][ls] as a stable | ||
listing service. | ||
|
||
[ls]: http://ls.implicit.ly/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters