Closed hyling closed 2 weeks ago
same problem
Hi @hyling and @manoloacademia, sorry for the issue here.
To help identify the issue, if you downgrade to 0.27.* are you able to login?
Hi @hyling and @manoloacademia, sorry for the issue here.
No problem I'm just glad Xcode support for Copilot is being worked on.
To help identify the issue, if you downgrade to 0.27.* are you able to login?
Actually it looks like my Copilot subscription expired. Once I renewed it is working even with 0.28.0 The error message in 0.27.93 ask me to check my subscription. I don't remember if error message in 0.28.0 did the same.
Thanks for your help!
Hi @devm33! I tried upgrading to 0.29 and same issue...
Hi @manoloacademia, sorry for the difficulty here. Could you share the logs from ~/Library/Logs/GitHubCopilot/github-copilot-for-xcode.log
?
sure! please find the file in the attachments. thanks! github-copilot-for-xcode.log
Hi @manoloacademia, thanks for sharing the logs! It looks like the issue is the permissions on your ~/.config/github-copilot
directory:
Error: EACCES: permission denied, mkdir '\/Users\/manoloacademia\/.config\/github-copilot'
Can you try setting the access to 755:
chmod -R 755 ~/.config
Or
chmod -R 755 ~/.config/github-copilot
If the github-copilot
directory already exists and is perhaps just misconfigured.
Hi @devm33, unfortunately after giving permission and the creation of the folder still not sign in. Do you think this could be something? [Service] [25574] Extension Service is not updated, no need to quit.
Thanks!
Hi @devm33, do this folder needs to be pre-configured? .config/github-copilot/
. It says something about the versions.json
file which isn't there 😸
@manoloacademia it doesn't need to be pre-configured. It should be created by the app (hence the error EACCES: permission denied, mkdir '\/Users\/manoloacademia\/.config\/github-copilot'
). You could try deleting it to reset
rm -rf ~/.config/github-copilot/
Describe the bug After upgrading from 0.27.93 to 0.28.0 GitHub Connection shows "Not Authorized" even after I logout then log back in.
Versions
Steps to reproduce
Screenshots
Logs github-copilot-for-xcode.log