それで、私はこの行動規範に署名しようとしてかなりの時間を費やし、それを放棄しようとしています。
Txtファイルステージに署名しました https://launchpad.net/codeofconduct/1.1/+sign ですが、エラーが発生し、Ubuntuとの戦いにうんざりしています。
それは端末のclearsignに関係しています。
下記参照
$ gpg --clearsign UbuntuCodeofConduct-1.1.txt
You need a passphrase to unlock the secret key for
user: "Leon Gert Marincowitz (for launchpad) <[email protected]>"
2048-bit RSA key, ID 715FBC94, created 2012-06-16
gpg: can't open `UbuntuCodeofConduct-1.1.txt': No such file or directory
gpg: UbuntuCodeofConduct-1.1.txt: clearsign failed: file open error
ファイルのアクセス許可などの問題を回避するために、メモリ内ですべてを実行しましょう。
Sudo apt-get install xsel
(xselは、ターミナルプログラムがクリップボードからコピー/貼り付けできるようにします)wget -O- https://launchpad.net/codeofconduct/1.1/+download | gpg --clearsign | xsel --clipboard