Github is turning off password access next month so I have generated a personal access token (PAT).
I then try to check out a new copy of an existing repo with the URL:
https://me:[email protected]/me/myrepo.git
where ghp_blahblahblah is my PAT. I get the following error:
Subversion encountered a serious problem. ... In file 'D:\Development\SVN\Releases\TortoiseSVN-1.14.1\ext\subversion\subversion\libsvn_client\util.c' line 96: assertion failed (svn_uri__is_ancestor(pathrev->repos_root_url, url))
I am running the latest version of TortoiseSVN 1.14.1.
Am I missing a step? Is there another way to make this work without resorting to SSH keys, which I don't want to do?
Thanks!