git fatal,unable to find remote helper for ‘https’

git fatal,unable to find remote helper for ‘https’

在Linux下push的时候出现的问题,整了半天不行,新版本也不行,决定直接ssh提交,生成ssh公钥和私要,将公钥在github.com上加以下就可一了,网上有很多文章。然后直接push,但地址要用ssh那个(就是git@github.com:xxxx/xxx)

原文地址:https://www.cnblogs.com/dangerman/p/2835319.html