基于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.问题
无效!⬆️
Stack Overflow解决方案:

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


基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题
基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题
原始为:[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.问题
基于iOS的APP“好妈妈”开发日志六——解决Authentication failed.问题
即可成功部署,但github部署还存在问题,尚未解决。

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

相关文章:

  • 2022-02-19
  • 2021-05-28
  • 2022-01-26
  • 2022-12-23
  • 2021-08-10
  • 2021-12-06
  • 2021-06-23
  • 2022-01-17
猜你喜欢
  • 2021-04-18
  • 2021-06-28
  • 2021-07-30
  • 2021-06-12
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
相关资源
相似解决方案