-1

Hello all. I search a lot but nothing really help. I'm using xcode 5 to develop IOS app, with Team Foundation Server 2013 via git repository. For the first 2 projects all was fine with git-tf commands series. But after that it gives me git-tf command not found ,it's somehow weird to stop working suddenly. Any help will be appreciated

-bash: git-tf: command not found

Esther Fan - MSFT
  • 8,276
  • 4
  • 27
  • 25
Aladdin
  • 61
  • 6
  • Your question is unspecific - a missing command is very often caused by any os-changes, like updates, installations and so on. I don't know how to provide any help based on the information you may post here. – Florian Neumann May 08 '14 at 10:53
  • thx bro I was missing make changes to global variable – Aladdin May 12 '14 at 10:04

1 Answers1

0

You might search for any git-tf contents in your filesystem using:

sudo find / -name git-tf

Prepend sudo to avoid warnings about unsearchable folders. If git-tf can't be found you may decide to reinstall it, following the instructions on the project-page.

Otherwise you should check your $PATH-variable - as mentioned on the git-tf-instructions.

Florian Neumann
  • 5,587
  • 1
  • 39
  • 48
  • Thanks bro it seems work well today. Hope Apple release soon direct integration For TFS servers – Aladdin May 09 '14 at 13:38