You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
Thanks for taking the time to fill out this out! 🙇
By submitting this issue, you agree to follow our Code of Conduct.
Describe the need
In the PowerShell installation guide on this page https://docs.github.com/en/copilot/github-copilot-in-the-cli/using-github-copilot-in-the-cli, the "PowerShell profile:" instructions work only if the path doesn't include spaces. For example, the current instructions will cause trouble for anyone that's using OneDrive to backup their Documents folder, as it has spaces in the path.
To fix this, you could quote the affected area like so. echo ". `"$GH_COPILOT_PROFILE`"" >> $PROFILE
Version
Do these docs apply to a specific version?
It does not, this applies to PowerShell overall.
Relevant terminal output
Please copy and paste any relevant terminal output.
The following is what is inserted into my profile using the current documentation. . C:\Users\username\OneDrive - ExampleOrgName\Documents\PowerShell\gh-copilot.ps1