I forked and cloned the UnrealEngine repository with the branch selected as Release. The following is the output:
remote: Counting objects: 100% (20158/20158), done.
remote: Total 3661983 (delta 20138), reused 20153 (delta 20137), pack-reused 3641825
Connection to github.com closed by remote host.
Resolving deltas: 100% (2344882/2344882), done.
The repository seems to have downloaded completely but there is only a .git folder inside it. I also can on running git branch -a
it lists no branch and when i ran git checkout master
it said - Switched to a new branch 'master'
. I also can't click on the branch menu in Github Desktop. What could be the problem?