Author Topic: Git - Show file status - error  (Read 3450 times)

warnerrs

  • Senior Community Member
  • Posts: 114
  • Hero Points: 4
Git - Show file status - error
« on: October 01, 2015, 04:40:18 PM »
When I enable "Show file status" for git, I get the following error

fatal: Not a git repository (or any of the parent directories): .git<LF>
/user/ryanw/project/hal-demo

Linux, v20.0.0.4

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Git - Show file status - error
« Reply #1 on: October 02, 2015, 05:39:07 PM »
Do you get the error in the output?  Is this a file that is outside of your repository?

warnerrs

  • Senior Community Member
  • Posts: 114
  • Hero Points: 4
Re: Git - Show file status - error
« Reply #2 on: October 05, 2015, 03:02:36 PM »
Yes, in the output. I've noticed other git operations like diff aren't working either.

$ pwd
/user/ryanw/project/hal-demo/

$ ls -d /user/ryanw/project/hal-demo/.git
/user/ryanw/project/hal-demo/.git

$ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#   debug.ses.config
#   debug.ses.png
#   debug.ses.wave.0
nothing added to commit but untracked files present (use "git add" to track)