You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm trying to update Git on Windows and get the warning
Upgrade Git on Windows - Wish Application (PID 6388, closing is required)
but have no idea how to close it. It's not listed in Task Manager.
I found the Wish Application under the Users tab in Task Manager and ended it there.
it works on my end, Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @CarlBateman,
Two options for finding out what that is (when using either option I recommend opening it as administrator to ensure you have access to view system processes as well)
1) Open a command Prompt and type 'tasklist' this "should" display a list of all running processes and their associated PIDs
2) Open a PowerShell window and run "Get-Process" this should so the same thing but for me appears to be more verbose. You can also pass the -Id parameter to search for a specific process by ID (i.e. 'Get-Process -Id 6388')which might be helpful in your particular situation.
I hope that helps you figure out what process is blocking the upgrade.
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the suggestions. I was able to fix it in the end (see elsewhere), but was too busy to post the fix.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad you were able to resolve the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.