9

GitExtensionをインストールしました。すべてが構成されています。「CloneGithubRepository」をクリックすると、「Github Configuration」というタイトルのダイアログボックスが開き、次の入力ボックスが表示されます。1.ユーザー2.パスワード3.「GetApiToken」ボタンをクリックするとAPITokenが表示されます。 github.comプロファイル。しかし、そこにはAPIキーはありません。およそ1時間検索しましたが、どこにあるのかわかりませんでした。

注:GitHubは最近認証方法を変更したようです!今何をしたらいいのかわからない。どんな助けもいただければ幸いです。

4

2 に答える 2

9

API Tokens are not supported by Github anymore https://github.com/blog/1090-github-api-moving-on

You do not need the API Token to work with git.

It might be that GitExtension has not updated their authentication method. There is a command line Git tool for Windows, this will work: http://msysgit.github.com/

于 2012-05-02T17:35:40.000 に答える
6

API tokens seem to be back since May 2013: "Personal API tokens"
(see your setting page)

The advantage to using a token over putting your password into a script is that a token can be revoked, and you can generate lots of them.

于 2013-05-17T06:10:01.533 に答える