Skip to main content
added 3 characters in body
Source Link
Stefan
  • 27k
  • 3
  • 54
  • 90

If your git version is fine, the issue may be with the configuration of this git repository, for instance a syntax error in .git/config.git/config

In order to check for that, open a shell on the repository machine and directory, and type 'git status'git status

If your git version is fine, the issue may be with the configuration of this git repository, for instance a syntax error in .git/config

In order to check for that, open a shell on the repository machine and directory, and type 'git status'

If your git version is fine, the issue may be with the configuration of this git repository, for instance a syntax error in .git/config.

In order to check for that, open a shell on the repository machine and directory, and type git status

Source Link

If your git version is fine, the issue may be with the configuration of this git repository, for instance a syntax error in .git/config

In order to check for that, open a shell on the repository machine and directory, and type 'git status'