thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Git Clone Error #487

Closed ThrowSyntaxError closed 2 years ago

ThrowSyntaxError commented 2 years ago

I'm trying to clone my project from github to CodeApp, I notice that CodeApp could clone project by URL just like VSCode, but it report an error

could not find appropriate mechanism for credentials

when I cloning, so I wonder how can I successfully clone my project to CodeApp?

bummoblizard commented 2 years ago

Did you set the correct credentials in the settings page? You'll need to create a personal access token in GitHub.

ThrowSyntaxError commented 2 years ago

是否在设置页面中设置了正确的凭据?需要在 GitHub 中创建个人访问令牌。

Thanks a lot, I create a personal access token and set it to CodeApp, it works well now.