Wiki

Clone wiki

0x1-miniat / checkout_issues

  • Error: '/home/none/miniat/.repo/manifests.git/clone.bundle' does not look like a v2 bundle file
    • This is an issue with your python version, everything should still work fine. See this for the Google discussion. Try upgrading your Python version.
  • Error: checkout fails due to SSL certificates being invalid. This tends to happen when your behind a proxy, like at a University or workplace.
    • Tell git not to check SSL certificates. git config ––global http.sslVerify false

Updated