Skip to content
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

Closed
michaeldtaylor opened this issue Mar 2, 2016 · 9 comments
Closed

GitHub Desktop #262

michaeldtaylor opened this issue Mar 2, 2016 · 9 comments

Comments

@michaeldtaylor
Copy link

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?

@michaeldtaylor
Copy link
Author

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.

@shiftkey
Copy link
Contributor

shiftkey commented Mar 2, 2016

@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...

@michaeldtaylor
Copy link
Author

Windows 10 - I just did the automatic update in GitHub Desktop. Hadn't opened it for a while!

@shiftkey
Copy link
Contributor

shiftkey commented Mar 2, 2016

@michaeldtaylor

I now have a weird new three bar equals symbol on the command line prompt, but apart from that everything seems to be working.

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.

@shiftkey
Copy link
Contributor

shiftkey commented Mar 2, 2016

@michaeldtaylor @dahlbyk this issue seems to be GitHub Desktop specific, rather than Posh-Git itself

@dahlbyk
Copy link
Owner

dahlbyk commented Mar 3, 2016

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.

@dahlbyk dahlbyk closed this as completed Mar 3, 2016
@vgrigoriu
Copy link

Same thing happened to me, PoshGit_a2be688889e1b24632e83adccd9b2a44b91d655b dissapeared. I even uninstalled Github Desktop, deleted $env:LocalAppData\GitHub\ and re-installed it, and it's not there.

@dahlbyk
Copy link
Owner

dahlbyk commented Nov 8, 2016

@vgrigoriu can you drop a note to support@github.com with your debug log (Settings > About > Open debug log)?

@vgrigoriu
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants