! を含むパスワードを持っています。その中で、次の構文を使用して git からリポジトリを複製しようとしている場合:
git clone https://username:password!@github.com/org/repository.git
このエラーが発生しています:
bash: !@github.com/org/repository.git: event not found
パスワードを変更せずに修正するにはどうすればよいですか?
私はLinuxにいます。これをWindowsで問題なく使用しました。