0

Hello i am pretty new to using git.I have opened a repository in github and commited to it some files now when i am trying to clone the project on a new pc it gives me an error and i am have a tough time solving so if someone can help me i will thank him.

Git failed with a fatal error. fatal: AggregateException encountered. One or more errors occurred. error: cannot spawn askpass: No such file or directory fatal: could not read Username for 'https://github.com': terminal prompts disabled

Matan
  • 65
  • 1
  • 6

1 Answers1

0

Use command

git clone "https://username:password@github.com/bsmahala/repo"

use your username and password

Birbal Singh
  • 1,062
  • 7
  • 16