mac git エラーを使用します。.git/FETCH_HEAD を開けない: パーミッションが拒否されました。
2022-02-13 10:54:28
.git/FETCH_HEAD: Permission denied 回避策。
sudo chown -R Current user:Current user's group .git
現在のユーザーグループがわかりません クエリーを入力してください。
groups // View the current user's group
groups user_name // View the group to which the specified user belongs
Note: There may be more than one user group
id -a user_name // You can find more detailed information about the group to which the specified user belongs
View the current user's username: whoami
例(.gitレベル)。
sudo chown -R anyao:staff .git
関連
-
Build Record 2-CSS file not loaded-Solved-Resource interpreted as Stylesheet but transferred with MIME type text/plain
-
C#のTask.Delay()とThread.Sleep()
-
Uncaught TypeError: Node' の 'removeChild' の実行に失敗しました: 1 つの引数が必要ですが、0 つしかありません。
-
2値化爆弾解除の記録
-
ModuleNotFoundError: plotly'という名前のモジュールがない ソリューション
-
解決済みです。GET http://localhost:8080/statics/js/jquery-3.4.1.js net::ERR_ABORTED 404
-
tf.variable_scope パラメータ
-
MNISTの読み込みに失敗しました。[WinError 10060] コネクタがしばらくして正しく応答しなくなったため 解決策
-
ハウジング・エンド ボブ・オストヴィッチ
-
sql server の int から datetime への変換
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
undefineddouble' の前にある期待される一次式を解決します。
-
Python update pip error: EnvironmentErrorのため、パッケージをインストールできませんでした。[WinError 5] アクセスが拒否されました
-
vimコマンドの完全なリスト
-
java.lang.reflect.InvocationTargetException の取り扱いについて
-
Android Studio が GIT をコミットするとき、このリポジトリでは別の git プロセスが実行されているようです(例:エディタを開いている)。
-
ModuleNotFoundError: google' という名前のモジュールはありません。
-
merge into は、あるテーブルの 1 つの列から別のテーブルの列にデータをコピーします。
-
PY 実行プログラム・プロンプト "TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple'" ソリューション・インサイト
-
エクセル関数VLOOKUPの使い方一覧、十分です!
-
AndroidのタッチイベントonScrollとonFlingは、特に区別が重要です。