Can not clone repository from github | 'localrepository' object has no attribute 'join'

1

I am a newbie to Linux and recently I have been trying to pull a repository but I keep getting this error:

Error: 'localrepository' object has no attribute 'join' remote: (run with --traceback for stack trace)

I use the command hg pull -u.

When I run the command with --traceback, it gives no error but still the repository is not cloned completely.

Rohail

Posted 2019-01-15T19:05:07.213

Reputation: 21

No answers