Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MacOSx を使用して bitbucket でプロジェクトをコミットおよびプッシュする方法
$ hg commit abort: no username supplied
Windows hg クライアントでは、ポップアップ ウィンドウでユーザー名とパスワードを要求します。これはmacosxでどのように起こりますか? 端末にコマンドを提供しましたが、うまくいきませんでした。
vim .hg/.hgrc
次に、入力します
[ui] username = YOUR_NAME <YOUR_MAIL>
それに。次に、メイン ディレクトリに戻ってプッシュします。
を使用して.hgrc、ローカルの Mercurial クライアントを構成できます。コミットのユーザー名の設定については、こちらで説明しています。
.hgrc