こんにちは。 野中やすおです。 仕事でWindowsを使ってコードを書くようになったのですが、開発環境でWIndowsを使ったことがあるのは新卒1、2年目の時くらい・・・。 当初Git Bashを導入していたのですが、これまでのMacで当たり前のようにやっていた俺俺設定 ...
Windows上で使用できるターミナル(コマンドプロンプトやPowerShell)は、MacやLinuxのターミナルとコマンドが異なるので使いにくい。MacやLinuxのターミナルはPOSIX準拠といって、ほぼ同様のコマンド等が使えるようになっている。ので、WindowsにもPOSIX準拠の ...
「Git for Windows」の最新プレリリース版v2.36.0-rc1が、4月9日(日本時間)に公開された。今後の破壊的変更もアナウンスされている。 「Git for Windows」は、分散型バージョン管理システム「Git」のクライアントをWindows向けに移植したもの。Windows環境で「Git」を ...
git config --global user.name "Your Name" Set your Git username. git config --global user.email "[email protected]" Set your Git email. git init Create a new Git repository in the current folder. git ...
Typically we interact with the Linux operating system through what is referred to as a shell interpreter. A common interpreter is the Bourne Again Shell, which people call by the catchy name of bash ...
Claude CLI version: 1.0.43 Operating System: Linux (Ubuntu/Debian based, kernel 6.8.0-63-generic) Terminal: vscode/bash File creation and editing operations fail completely. The Write/Edit tools ...