-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub authentication #1
Comments
that's an interesting problem, I was not aware of this, I always was authenticated when trying it out. |
what you can do now is use a different frontend like fauxpilot frontend or code-clippy |
i will check it once i have time , i think the best solution currently is to create opensource VSIX that will do Github Copilot work without the need for too many dependencies. |
I think fauxpilot frontend can run on oobabooga. I'm not a fan of fauxpilot server |
I had a similar issue with the github copilot extension failing to initialize the extension due to being unable to retrieve a token from github for the copilot subscription. |
Could you guys run wireshark or tcpdump to capture the authentication request, maybe we could make an endpoint to emulate that and accept the auth |
Just found a similar issue on the FauxPilot repo: fauxpilot/fauxpilot#1 (comment) Edit: |
Greetings Faris ,
mid there a way to bypass the authentication process for GitHub Copilot, because the plug-in that is in vscode is not fully offline , but needs authentication in order to make your middleware works.
thanks a lot
The text was updated successfully, but these errors were encountered: