rohan20 / flutter-chat-app

A chat app built on Flutter with firebase authentication and image sharing capability.
MIT License
1.13k stars 326 forks source link

Git clone issue #22

Open Saba-d-coder opened 3 years ago

Saba-d-coder commented 3 years ago

The command provided in Readme.md for git repo, says 'Permission denied' while cloning it.

The link should be git@github.com/rohan20/flutter-chat-app.git. Notice the '/' instead of ':'

$ git clone git@github.com:rohan20/flutter-chat-app.git
$ cd flutter-chat-app/ $ flutter run

ramanjitsingh-hub commented 3 years ago

I have opened a pull request regarding this