Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Red Exclamation Mark on Remote Icon

Stephan Nicholls September 10, 2019

Everything seems to be working fine (i.e. I can commit and push changes), but I have a red exclamation mark on the remote icon. Presuming there's an error I click on it and it opens my Github repository in a browser window - I don't see an error so not sure why it's displaying - can anybody help please?

 

14 answers

25 votes
diavel November 6, 2019

Facing the same issue here. Did anyone come up with a solution for this ?

 

Solution-

If all the push, pull, commits are working but still there is a red exclamation mark on the remote icon and on clicking it you are just redirected to your bit bucket account then the following step can be followed to get rid of the error.

Open Repository from Menu Bar -> Click on Repository Settings -> Edit the origin -> Copy the Remote Origin URL into clipboard -> Remove the origin and paste it again -> Click on Ok.

This somehow refreshes the previous connection and gets rid of the Red Exclamation Mark

PS: Other than the above issue, after updating to 3.3.4 I was also getting invalid credentials error which was fixed by deleting the 'passwd' file in 'C:\Users\<username>\AppData\Local\Atlassian\SourceTree', restarting source tree and entering the credentials while doing a git pull/fetch for connectivity test.

michael November 8, 2019

While that worked for me at first, turned out it came back when I closed and re-opened the app. It doesn't seem to keep the correct Remote Account selected in the Repository Settings. Every time I re-start the app, the exclamation point comes back and the "Generic" account is selected. When I set it to my actual remote account the exclamation mark goes away.

Like # people like this
Tom Tanner November 11, 2019

Doing the 'null update' thing works for me as well (until the app is restarted and breaks itself again).

Tom Schulte December 16, 2019

Same issue here. I can pull/push/fetch without issues and click the remote link and go to my repo. I also routinely get the askpass.exe pop-up error "the application was unable to start correctly" which I feel may be related.

Capture.JPG

Adam Cadman January 21, 2020

I also get the Askpass.exe "The application was unable to start correctly" message.

Clicking OK dismisses it, but another opens immediately.

This is continuing, even though I have closed SourceTree.

Any ideas?

Dennis Bullo April 23, 2020

Diavel, thank you! it works for me. Copy and remove origin works like charm!

ffmit March 5, 2021

_removed_

BrettHaley October 12, 2021

Worked for me ... thanks ..

bonmotwang October 27, 2021

Yes, copy and paste worked for me. After restarting the computer, it's still OK.

Hernando N November 2, 2021

Nov 2/21. Worked ok.

18 votes
baluditor March 3, 2020

What solved me is that when I changed remote account from Generic Account to my GitHub account at the Account in the Repository / Repository Settings.

Tim Neville March 5, 2020

This worked for me also.
Repository / Repository Settings, click the Remote repository path, then click Edit, then in "Optional extended integration" change from Generic Account to your account (in my case was Bitbucket).

Like # people like this
Mauro Trevisan March 19, 2020

to me, even if I follow your suggestion, the exclamation mark keeps returning after a restart... (SourceTree 3.3.8)

Like # people like this
ChuckyG March 22, 2020

Changing the account does work, but it doesn't save that account when closing the app. Every time I reopen the application it resets to the default account.

Like # people like this
Tomer Nahshon April 26, 2020

Worked like charm, Thank you

Like baluditor likes this
Tom Tanner April 27, 2020

Been there, done that. As soon as you exit the app and reenter, it breaks again

Like # people like this
IvanLauLinTiong May 19, 2020

It worked like a charm! 
Thanks

Like baluditor likes this
Ashe Bishaw September 22, 2021

This worked for me as well. Thanks!

Like baluditor likes this
Sheikh Hasib Ahmed September 26, 2021

Worked for me as well

Roque BUGARIN November 18, 2021

Worked, thanks a lot (= !!!

kyle marler August 17, 2023

I would try that, but I use Dev Ops and that's not one of the choices. I tried everything else in the article aside from re-downloading the software and nothing works. Any suggestions?

9 votes
Marit Franks February 10, 2021

Somehow the bookmarks were causing this for me. If you go to View -> Toggle Bookmarks Sidebar and delete the bookmark for the repo in question, then restart sourcetree it should be gone.

If you add the bookmark back it will come back. Maybe it works for others.

fyzm7357 February 12, 2021

This worked for me, thank you!

Like Wiktor Mołoń likes this
milen_k February 16, 2021

Works even after restarting!! Thanks a lot!

Dilip April 20, 2021

This one works. Thanks you !

denjin-k May 19, 2021

This also worked for me - thanks!

Tim Johnston July 9, 2021

This did not work for me.

Ben October 1, 2021

Works for me. Thank you!

Calvin Baker February 20, 2023

You are a genius! This is best response, thank you.

4 votes
Jean_Pierre_Tosi February 15, 2020

Hi,

I have the same problem with 3.3.8 version.

Reinstalling not resolve the problem.


:(

Rosie.Coller February 18, 2020

I had the same problem since 3.3.8. 

Repasting the URL (as per the above answer) didn't work, but I found that on the same screen as the URL the 'Host Type' in the bottom part of the screen was 'unknown'. Changing that to something else made the exclamation go away. (I used Bitbucket)

The section is labelled up as 'Optional extended integration' and then 'Legacy Account Settings' and I am not using it... however changing that host type caused the exclamation to go away, setting it back to unknown caused the exclamation to come back.

Everything seems to be working either way I set it, so I'm leaving it set.

Like # people like this
Jacob Hansen April 29, 2020

RedExclamationMark.jpg

Like # people like this
Christopher Gray September 14, 2020

Also confirming that this problem exists on a fresh install of 3.3.8.  Setting the BitBucket repository as origin/default and selecting the BitBucket account temporarily resolves it, but as soon as I close and re-open, the account is set back to Generic and the problem returns.  Likewise, for Generic accounts for GitHub, the GitHub user account is cleared.

jacco jansen April 29, 2021

This happened to me since 3.something and continued up till 3.4.4, today. That tip from @Rosie.Coller solvedthe issue for me. Went from "Unknown" to "BitBucket" and got a completely incorrect host URL setup for me as mandatory value but since the actual Git URL is still in place it seems to not make a difference. At least now the irritating red exclamation is gone. Thanks a lot, Rosie. That thing was super annoying!

3 votes
praveen praveen September 7, 2022

May be this is because of the Account issue {^_^}

To fix this follow this flow, its worked for me :

  1. Go to settings:1.png
  2. choose the origin(the the git path is correct) and Click "Edit"2.png
  3. Change the "Generic account" to your repository account(the gitHub account which has the repository) and click ok.3.png
2 votes
Jacob Hansen April 29, 2020

@"ATLASSIAN" Is it possible for you to say when this will be fixed or will it be fixed?

RedExclamationMark.jpg

2 votes
Arnissan November 11, 2019

Reinstalling Source Tree fixed this issue for me. 

Radek Dolezel January 25, 2020

Thank you for your post. Just spent at least 1 hour trying to solve the exclamation mark. I used version 3.3.4. So I downloaded new SourceTreeSetup - and it's 3.3.6. And all issues magically disappeared.

Not sure why the latest version wasn't offered for upgrade automatically. But I am happy the annoying exclamation mark went away.

Like Tom Schulte likes this
Tom Schulte January 27, 2020

Worked for me, too. Also saw that 3.3.4 claimed it was the latest and reported no update available even when doing an explicit "Check for Updates"

Like Steve Melnikoff likes this
1 vote
Tim Johnston July 9, 2021

I believe this is the ticket to get this issue fixed:
https://jira.atlassian.com/browse/SRCTREE-6139

0 votes
debmash June 28, 2021

After a little testing with my 10+ repositories, I found the difference between repositories that had an exclamation mark and ones that did not is that the ones with no mark had the user name filled in. I added the remote URL to a couple but then saw that it really just wanted the user name. I left those ones as generic with the user name as they are working fine.

0 votes
vincenzo_mazzotta June 7, 2021

I have same problem I don't know why sourcetree don't verify periodically any info needed from remote.

Other thing user icon in local is different respect github user icon .... It's strange that sourcetree before to push don't get any info needed to be aligned. This is a process bug in different action that offers to users...

vincenzo_mazzotta June 7, 2021

Reinstall sourcetree is a lost of time this feature must be a process step before to push. User never need to reinstall application. I have a lot of users in different git services... You image that anytime reinstall sourcetree ? It's a stupid solution...

jacco jansen June 7, 2021

Scroll up. @Rosie.Coller  gave a working solution above. MY red dot was there for months before I saw this... then poof... gone ever since! 

0 votes
Michael Benz October 16, 2020

We use the Sourcetree 3.3.9 Enterprise MSI version and face the same problem. Just opened a ticket here because when checking out from the local Bitbucket Server instance and the extended repository details are not correct the client also crashes. The symptoms could be easily fixed by switchung to the authenticated local Bitbucket Server account - but these changes are not persisted as described here: https://jira.atlassian.com/browse/SRCTREEWIN-13256

0 votes
mtrev September 14, 2020

switched to gitkraken, far more reliable, bye sourcetree

Jacob Hansen September 15, 2020

@mtrevFork is the best ;) https://git-fork.com/

mtrev September 15, 2020

I'll try it too, thank you!

Like Jacob Hansen likes this
0 votes
rarmour August 29, 2020

I had this issue last week, and found this page - problem solved.
Had the same issue, with another project, this week - no dice.

Jacob Hansen August 29, 2020

@rarmourDo you have a link? ;)

rarmour September 4, 2020

Unfortunately not, as it's a private repo

0 votes
Jean_Pierre_Tosi February 18, 2020

Hi Rosie

I test your solution.

I switch Host Type from Bitbucket to unknown and unknown to Bitbucket and the exclamation go away. But if I restart it the exclamation come back.

I try to put the sourcetreeconfig.json file in .git folder on READ ONLY but Sourcetree use Generic account every restart.

Rosie.Coller February 18, 2020

I think you must have a different cause to me then. Mine was originally set to Unknown and I changed it to Bitbucket and left it as that. the exclamation then went away and stayed away.

Jean_Pierre_Tosi February 18, 2020

Lucky. I switch to 3.1.2 version and no more problem 

Dan_McLaughlin February 26, 2020

If you change to Bitbucket then that Remote icon when clicked goes to Bitbucket. It gets pissy if you have unknown which is wrong. I submitted a bug

modrallm March 2, 2020

I have 3.3.8 and I'm seeing the exclamation point, too - but not because the repo type is unknown.  My repo type setting was GitHub.

A couple of things:

1) editing the entry and then saving does make the exclamation go away but it comes back after restart

2) The type GitHub seems to expect/imply the host name on the url to be www.github.com but the www. part appears to be optional.

3) Clicking on the Remote icon always seems to get me a 404, whether the url says www.github.com or github.com - yet the operations for the branch seem to be working.

Like Steve Melnikoff likes this
ishaan sharma April 1, 2020

i am having same issue

Did you find solution?

Jacob Hansen April 29, 2020

RedExclamationMark.jpg

Like # people like this
Xring May 7, 2020

The same for me.

David Berry June 8, 2020

Same issue. Change Repository->Repository Settings -> Edit -> Host Type: (fill in settings) makes the red exclamation point go away, until exit and restart source tree view.

Like # people like this
Michael Benz October 16, 2020

Exactly the same behavior with Sourcetree 3.3.9 - the extended repository details are not persisted when Sourcetree is restarted. Issue: https://jira.atlassian.com/browse/SRCTREEWIN-13256

Like baluditor likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events