ios - Git Tf installation on Mac Osx 10.8 -
i have tried integrate git tf xcode 4.5.1 , mac osx 10.8. have followed steps written @ : " http://www.hhogdev.com/blog/2013/january/ios-git-tfs-integration-step-by-step.aspx " . @ 5. step terminal has given error " 'tf' not git command." have looked @ html files given git-tf installation folder. has written macosx version 10.5 10.6. possible use git tf mac osx 10.8? if yes, there tutorial how integrate git-tf mac osx 10.8? lot in advance.
i made mistake of setting path in .bash_profile to:
export path=$path:/users/<username>/git-tf
following instructions here https://gittf.codeplex.com/wikipage?referringtitle=documentation. when archive utility extracts files places them in folder named git-tf-x.x.x.xxxxxx
. because extracted directory named git-tf/
adjusted path variable in .bash_profile to
export path=$path:/users/<username>/git-tf/git-tf-x.x.x.xxxxxx
, command found.
Comments
Post a Comment