0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio 2019 WindowsでGitコミット時にGPG署名出来なかった件[解決]

Last updated at Posted at 2019-04-20

#問題
環境をまっさらにしてからVS 2019 (Win)をセットアップしたところ、Gitコミット時にGPG署名できなかった。
ほとんど情報がなかったので、需要があるかわからないけれど、書いておく。
(多分みんなパス通すか何かしてる。あと参考情報古い)

##環境

  • Windows 10 (1809)
  • Visutal Studio 2019
  • git version 2.21.0.windows.1
  • コマンドラインでのコミットには問題なし。

#エラー内容
次のようなメッセージが表示される
VSGitError.png

ご使用の Git フック 'gpg' はサポートされていません。最初の行が "#!/bin/sh" ではない可能性があります。\r\n詳細については、管理者に連絡してください。

英語だと

Your git-hook, 'gpg', is not supported, likely because the first line is not "#!/bin/sh".\r\nSee your administrator for additional assistance.

#解決策
PATH環境変数に以下追加。
C:\Program Files\Git\usr\bin

#参照サイト
MS Developer Community: "git commit failed with git-hook error"

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?