I am using video player with git link to download externally in my flutter project and i did this:
video_player:
git:
url: ssh://github.com/sanekyy/plugins.git
ref: caching
path: packages/video_player/video_player
I have tried https on ssh place, but still not working and I am getting this error in my terminal.
for ssh:
stderr: ssh: connect to host github.com port 22: Operation timed out
fatal: Could not read from remote repository.
for https:
Git error. Command: `git fetch`
stdout:
stderr: fatal: unable to connect to github.com:
github.com[0: 20.207.73.82]: errno=Operation timed out