2025年3月11日 0 comment 【git】warning: You ran ‘git add’ with neither ‘-A (–all)’ or ‘–ignore-removal’, by 管理人gitをcommitしようとしたら warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal', whose behaviour ...-Read More- git
2025年3月6日 0 comment 【GIT】便利帳 by 管理人⚫︎ベアリポジトリの作成 git clone --bare --shared ~/hogehoge/projects projects.git ⚫︎リモートの作成 git remote add master /home/...-Read More- git
2025年3月4日 0 comment 【GIT】エックスサーバー上にあるwordpressを丸ごとGIT管理してローカルで開発出来るようにする by 管理人⭕️やりたいこと エックスサーバーでwordpressを置いてサイトを運営しているが、今までftpでファイルを上げたりしていたが丸ごとgit管理して、ローカルで修正してpushしてアップしたり、wordpress側でアッ...-Read More- git
2025年3月4日 0 comment 【GIT】ベアリポジトリとノンベアリポジトリの違いとは? by 管理人gitを勉強し始めて、最初にぶつかる壁がこれです。 ベアリポジトリ? ノンベア? ですが、私的なイメージですが、この2つは ノンベアリポジトリ→倉庫 ベアリポジトリ→倉庫の横にある事務所(倉庫内荷物の管理している) だと...-Read More- git
2025年2月19日 0 comment 【phpmyadmin】Warning: POST Content-Length of 24531668 bytes exceeds the limit of 2097152 bytes in Unknown on line 0 by 管理人dockerでphpmyadminを入れて、ネット上のデータを入れようとした所 Warning: POST Content-Length of 24531668 bytes exceeds the limit of 20...-Read More- データベース
2025年2月14日 0 comment 【docker】Macにdockerを入れようとすると「マルウェアがブロックされました」と出る by 管理人 Macでdockerを使おうと久しぶりに自動したら 「マルウェアがブロックされました」 と出た えええええ!? dockerが汚染されたのかと思ったら、どうやら誤判定らしい。 警告のポップアップが永遠に出続...-Read More- サーバー
2024年12月21日 0 comment 【Docker】docker virtual machine platform not enabledのエラー by 管理人きゃーーー!! ドッカーが動かなくなった!! 困った。。 いつも通りdockerを起動すると 「docker virtual machine platform not enabled」 のエラー 心当たりはある。 doc...-Read More- サーバー
2024年12月7日 0 comment 【docker】docker便利メモ帳 by 管理人コンテナの中に入る docker exec -it コンテナ名 bash コピー docker cp コンテナ名:/usr/local/apache2/htdocs /Users...-Read More- サーバー