Sourcetree Not Opening

broken image


  1. Sourcetree Not Opening Filemerge
  2. Sourcetree Not Opening Terminal
  3. Sourcetree Not Opening Online

Note that SourceTree does not start the terminal when not in a repository (e.g. Fresh install, no repo yet). To enable the terminal, either: open an existing repository; or create a new dummy repository: 'Clone / New' / 'Create New Repository' then click on the terminal button. You can safely delete the dummy repository after that. When attempting to start SourceTree, the following dialog is displayed with the message 'SourceTree has stopped working', and the application does not start: Diagnosis. Diagnostic Steps. Open the Event Viewer in Windows right after the crash; Go to Windows Logs Application; There should be two Error entries. One of them has as Source:.NET Runtime. Make sure SourceTree is not running. Look in task manager just in case. Move all contents of C: Users%USERNAME% AppData Local Atlassian SourceTree directory to a temporary folder on your. Start Source Tree - You will notice it looks like a fresh install. It's not free, so if you're looking for a free alternative, you could try GitAhead or TortoiseGit. Other great apps like Sourcetree are GitKraken (Free Personal), Fork (Paid), GitHub Desktop (Free, Open Source) and Git Extensions (Free, Open Source). Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages. Your use of the packages on this site means you understand they are not supported or guaranteed in any way.

To add your supply request file, do the following:

Sourcetree Not Opening Filemerge

  1. From your BitbucketStationSupplies in Bitbucket, click Source to open the source directory. Notice you only have one file, supplies.txt, in your directory.

    • A. Source page: Click the link to open this page.

    • B. Branch selection: Pick the branch you want to view.

    • C. More options button: Click to open a menu with more options, such as 'Add file'.

    • D. Source file area: View the directory of files in Bitbucket.

  2. From the Source page, click the More options button in the top right corner and select Add file from the menu. The More options button only appears after you have added at least one file to the repository. A page for creating the new file opens, as shown in the following image.

    • A. Branch with new file: Change if you want to add file to a different branch.

    • B. New file area: Add content for your new file here.

  3. Enter supplyrequest in the filename field.

  4. Select HTML from the Syntax mode list.

  5. Add the following HTML code to the text area:

    We are requesting additional supplies. Please send us the following:



    • space ice cream

    • nerf darts

    • telescope light shield

  6. Click Commit. The Commit message field appears with the message: supplyrequest created online with Bitbucket.

  7. Click Commit under the message field.

The Problem:

SourceTree loses track of Git submodules. The entire 'submodules' sidebar section is invisible.

A 'clue':

Click the 'Terminal' toolbar icon and type

dbd34bd2657ef70f001c1d135e2e14adef7dcdb9 dbdump (heads/master)
No submodule mapping found in .gitmodules for path 'wp'
The first line is good. The second one is a 'clue'.
Not
It says: 'Git knows about a submodule that you defined earlier. However, it cannot find the path to it in your .gitmodules file!'
Apparently, the path to submodule is wrong, or absent.

...or if you do not need that submodule, issue the following command in the terminal window:

Sourcetree Not Opening Terminal


Illustration:

Sourcetree Not Opening Online


After:




broken image