I cloned a project that I'm working on. Then I'm trying to move to a specific branch using git checkout branch_name and nothing happens, the terminal just add a blank line. After awhile the terminal is in the same state. Nothing changes.
I cloned it using git lfs clone https_url_to_repo
What I tried:
- Clone it again
- Reinstall git in my mac
Nothing worked.
Git version = 2.13.2 (installed using homebrew)
Git-lfs version = 1.5.5 (installed using homebrew)
Note: I can move to other branches, the issue is just with that one. Maybe the issue was caused because there was an interruption in my internet connection while moving to that branch.