Windows 2012 上の Tomcat 7 サーバーに KIE WB 6.1.0 をインストールし、いくつかのユーザーを作成しました。これらのユーザーはワークベンチにログインして、リポジトリで作業できます。
そのリポジトリを別のコンピューターから複製しようとすると、認証エラーのみが発生します。
mb-itmsan01:temp ds$ git clone ssh://admin@192.168.150.34:8001/TestRep
Cloning into 'TestRep'...
Password authentication
Password:
Password authentication
Password:
Password authentication
Password:
admin@192.168.150.34's password:
Permission denied, please try again.
admin@192.168.150.34's password:
Permission denied, please try again.
admin@192.168.150.34's password:
Permission denied (password,keyboard-interactive).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
ユーザーとパスワードの組み合わせが正しいと確信しています...
ユーザーの役割や構成など、何か不足していますか? そのユーザーのマニュアルに記載されているすべての役割を追加しましたが、まだ成功していません。