I tried to checkout the code with git. I followed your instructions
xx
I created Personal Access Token using the name "git".
I opened the windows power shell for a directory on my computer and executed the command
for "<your-private-token>" I set my Personal Access Token
The output is:
Cloning into 'lmdvclx'...
remote: HTTP Basic: Access denied
I also tried to use the name "git" instead of "oauth2".
I guess that I might missed to use the credentials, but my experiments with
git credential fill
failed too.
Please can you tell my, what migth went wrong?
<script type="text/javascript"> var intervalId = setInterval(function () { if (MtPopUpList) { LanguageMenu = new MtPopUpList(); var langMenu = document.getElementById(LanguageMenu_popupid); var origLangDiv = document.createElement("div"); origLangDiv.id = "OriginalLanguageDiv"; origLangDiv.innerHTML = "
ORIGINAL: "; langMenu.appendChild(origLangDiv); LanguageMenu.Init('LanguageMenu', LanguageMenu_keys, LanguageMenu_values, LanguageMenu_callback, LanguageMenu_popupid); window["LanguageMenu"] = LanguageMenu; clearInterval(intervalId); } }, 1); </script>
Comments