docker-oracle-xe
docker-oracle-xe copied to clipboard
Cannot clone git repository
Hello, I'm getting the following error message when attempting to clone the repository. When I run this command:
git clone [email protected]:fuzziebrain/docker-oracle-xe.git
I get this error message:
Cloning into 'docker-oracle-xe'... Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
My os information: [root@rpm dev docker]# hostnamectl Static hostname: rpm.dev.j2noc.com Icon name: computer-vm Chassis: vm Machine ID: 44931f25aa05684f9b9b38726a251e12 Boot ID: bb6b63685be449b78454079fac5b11b1 Virtualization: kvm Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-514.21.1.el7.x86_64 Architecture: x86-64
Any ideas as to why I cannot clone the git repository?
Thanks!
How about doing this instead:
git clone https://github.com/fuzziebrain/docker-oracle-xe.git
I had the same problem and this solution worked for me. Perhaps you could mention it in the README?