-
-
Notifications
You must be signed in to change notification settings - Fork 814
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 Desktop #262
Comments
Ok, well I still have no idea why the problem occurred (has GitHub Desktop removed PoshGit?) but for now I fixed it by recreating the folder PoshGit_f71b6366513fdb40f2126bf1d303ebd749cac2d2 and cloning master and copying the files to there. I now have a weird new three bar equals symbol on the command line prompt, but apart from that everything seems to be working. |
@michaeldtaylor which OS version are you running? I'm looking into a Win7-specific issue, and I'm curious if that overlaps with what you're seeing... |
Windows 10 - I just did the automatic update in GitHub Desktop. Hadn't opened it for a while! |
That's one of the new features in Posh-Git #202 Not sure why the new folder wouldn't be recreated on update, but I'll keep an eye out for other cases like that. |
@michaeldtaylor @dahlbyk this issue seems to be GitHub Desktop specific, rather than Posh-Git itself |
Feel free to reopen if this proves not to be the case. |
Same thing happened to me, |
@vgrigoriu can you drop a note to support@github.com with your debug log (Settings > About > Open debug log)? |
First of all, sorry for posting here, I realised just after hitting Send that this was obviously a Github Desktop issue, not a posh-git one. Second, I deleted everything and re-installed, and on first run of Github Desktop PoshGit appeared, so problem solved. |
This probably isn't the place, but since upgrading GitHub Desktop (Windows) my PowerShell Git sessions in ConEmu is no longer working. The problem seems to be that there is no folder:
LocalAppData\GitHub\PoshGit_f71b6366513fdb40f2126bf1d303ebd749cac2d2
The GitHub shell.ps1 file still references this, but the folder isn't there.
$env:github_posh_git = Resolve-Path "$env:LocalAppData\GitHub\PoshGit_f71b6366513fdb40f2126bf1d303ebd749cac2d2"
My ConEmu console was set to:
powershell -noexit -command Set-ExecutionPolicy bypass;.$env:LocalAppData\GitHub\shell.ps1;.$env:github_posh_git\profile.example.ps1 -new_console:a:C:\Projects\ -new_console:d:C:\Projects\
I've tried reinstalling GitHub Desktop but no folder or equivalent PoshGit folder has been recreated,
Any idea on how to fix this?
The text was updated successfully, but these errors were encountered: