We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello guys,
First of all, this project rocks! I just found an issue when trying to deploy cowrie.
It seems that some permissions have changed on this github repo and it is not allowed to clone without valid credentials.
I fixed it by replacing the problematic repo by cowrie official repository
git clone https://github.com/micheloosterhof/cowrie.git/ cowrie
by
git clone https://github.com/cowrie/cowrie.git cowrie
Deployment worked without any issues after the change.
Cheers, Sikes
The text was updated successfully, but these errors were encountered:
Are you still experiencing this issue? I am able to clone the cowrie repo from the old and the new url just fine:
user@sensor:~$ git clone https://github.com/micheloosterhof/cowrie.git cowrie Cloning into 'cowrie'... remote: Enumerating objects: 17042, done. remote: Counting objects: 100% (1693/1693), done. remote: Compressing objects: 100% (302/302), done. remote: Total 17042 (delta 1538), reused 1428 (delta 1391), pack-reused 15349 Receiving objects: 100% (17042/17042), 9.74 MiB | 29.34 MiB/s, done. Resolving deltas: 100% (12009/12009), done.
Sorry, something went wrong.
wrharding
No branches or pull requests
Hello guys,
First of all, this project rocks! I just found an issue when trying to deploy cowrie.
Cloning into 'cowrie'...
Username for 'https://github.com': [email protected]
Password for 'https://[email protected]@github.com':
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently
recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/micheloosterhof/cowrie.git/'
ssh-jumphost-adm@ssh-jumphost:
$ git clone https://github.com/micheloosterhof/cowrie.git cowrie$ git clone https://github.com/micheloosterhof/cowrie.gitCloning into 'cowrie'...
Username for 'https://github.com': ^C
ssh-jumphost-adm@ssh-jumphost:
Cloning into 'cowrie'...
Username for 'https://github.com': ^C
ssh-jumphost-adm@ssh-jumphost:~$ git clone https://github.com/micheloosterhof/cowrie.git cowrie
Cloning into 'cowrie'...
Username for 'https://github.com': cowrie
Password for 'https://[email protected]':
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/micheloosterhof/cowrie.git/'
It seems that some permissions have changed on this github repo and it is not allowed to clone without valid credentials.
I fixed it by replacing the problematic repo by cowrie official repository
git clone https://github.com/micheloosterhof/cowrie.git/ cowrie
by
git clone https://github.com/cowrie/cowrie.git cowrie
Deployment worked without any issues after the change.
Cheers,
Sikes
The text was updated successfully, but these errors were encountered: