は、私がgit svn branch
を使用しようとする場合を除き、すべての操作の問題のないgit svn
作品を使用した「サーバーのSSL証明書の検証に失敗しました」。のgitのsvn分岐結果
私は以前に成功しgit svn clone --stdlayout
を用いてクローニングしたローカルリポジトリからgit svn branch newbranch -m "another branch"
をしようとすると、私は次のエラーを取得する:
Can't create session: Unable to connect to a repository at URL ' https://mysvnserver.blah/path/to/svn/project/trunk ': Server SSL certificate verification failed: issuer is not trusted at C:\Program Files\Git\mingw64/libexec/git-core\git-svn line 1199.
エラーが他のコマンドと正しくgit svn
作品として多くの意味がありません(例えば、rebase
,dcommit
など)。 dcommit
は、リモートSubversionリポジトリに変更を書き戻すことができます。私はそれは、SVNリポジトリでブランチを作成し、gitの - svnのdocから
branch
Create a branch in the SVN repository.
をgitのバージョン2.10.2.windows.1
バージョン2.11.1.windows.1で同じ問題が発生しています。 リポジトリをHTTPのみに変更しようとしましたが、証明書のチェックは行われませんでしたが、別のエラーで失敗します。 'C:\ Program Files \ Git \ mingw64/libexec/git-core \ git-svn行の未定義の値に" full_pushurl "メソッドを呼び出せません。 –