基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题

基于iOS的APP“好妈妈”开发日志六

1.解决github的push问题

push时报错
Authentication failed. You may not have permission to access the repository or the repository may have been archived. Open preferences and verify that you’re signed in with an account that has permission to access this repository.

网上解决方案:
基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题_第1张图片
无效!⬆️
Stack Overflow解决方案:

基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题_第2张图片


基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题_第3张图片
基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题_第4张图片
原始为:[email protected]:x/x.git
更改为:https://[email protected]/x/x.git

2.解决leancloud服务器端部署问题

按照文档要求将package.json放在项目的根目录下,并且在express创建的目录下执行

lean login
lean switch
lean deploy --no-cache

基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题_第5张图片
基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题_第6张图片
即可成功部署,但github部署还存在问题,尚未解决。

努力奋斗!!!!!??luhh

你可能感兴趣的:(iOS_App,xcode,编程,swift,移动开发)