nsg-ethz / p4-utils

Extension to Mininet that makes P4 networks easier to build
GNU General Public License v2.0
175 stars 65 forks source link

Mininet installation was failing. #37

Open kumarkshiv opened 2 years ago

kumarkshiv commented 2 years ago

https://github.com/nsg-ethz/p4-utils/blob/9990bbf57b23cad0244c8f675b138c7a32882c29/install-tools/install-p4-dev.sh#L516

I just replaced this line with : "git clone https://github.com/mininet/mininet.git mininet"

and it worked for me.

edgar-costa commented 2 years ago

What was the error message? It should work without the .git part.

kumarkshiv commented 2 years ago

The error message was:

Cloning into 'mininet' fatal: repository 'https://github.com/mininet/mininet' not found