I'm attempting to clone an internally-hosted SVN repository, but I'm met with the following error:
trying
git svn init --prefix=svn/ --no-metadata --trunk='trunk' https://*****/svn/****** --non-interactive --trust-server-cert
getting
Unknown option: non-interactive
Unknown option: trust-server-cert
tried
git svn init --prefix=svn/ --no-metadata --trunk='trunk' https://*****/svn/******
getting
Can't create session: Unable to connect to a repository at URL 'https://*********/svn/*********': Error running context: An error occurred during SSL communication at C:/Program Files/Git/mingw64/share/perl5/Git/SVN.pm line 310.
used below URL for reference http://www.netinstructions.com/a-slow-migration-to-git-from-svn/