-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目运行环境配置 #13
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
接口Http status error [422] |
@joexchen 你需要配置正确你github 申请的应用id和sercet |
配置了的,我能正常登陆GitHub网页端,但是跑起来,就报422 |
我也遇到相同的问题,请问你是否已经解决这个问题?? |
目前已知442问题是由于 page 请求超出了 数据的最大page 导致的 |
I met a problem that api returned exception 422. |
大佬帮忙看下呗,什么原因 Error output from CocoaPods:
Error running pod install |
Resolving dependencies of
回复:该问题删除 IOS 的 Podfile.lock 文件可解决,如果没能解决尝试升级 CocoaPods |
@q13945951476 首先确定你flutter packages get 成功了,本地都已经有所有包了,然后再执行,如果还有问题升级下你本地的 pod 命令版本,我刚刚试了clone一个新的执行没有问题 |
flutter packages get 提示 git 失败原因: win 是在 mac 目录在
|
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies. Error running pod install 按照这个报错,执行了命令,还是报这个 |
@flutePeak CocoaPods 1.6.1 版本 |
@CarGuo 1.7.2版本太高了吗? 我目前版本是1.7.2 |
@CarGuo 谢谢大大,我成功跑起来了,,我发现是我笔记本有缓存,之前老版本的一直影响着。。全删干净之后,1.7.2跑起来了 |
1.17 之后,1.20 开始 CocoaPods 需要 1.8.0 以上,如果旧版本项目可能还需要更新或者重新生成 Podfile 文件 |
已兼容 1.22.1 版本运行 |
ReadMe里面的文章打开一片空白。 |
@veryitman 已经更新,原有地址可能因为掘金升级过期了 |
好的,感谢。 |
Authorization callback URL 一栏必须填入 gsygithubapp://authed ,回调地址没有用,报超时错误 net::ERR_CONNECTION_TIMED_OUT |
@liuchao0739 如图,连接失败,给你的 android gradle 配置代理 |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as outdated.
This comment was marked as outdated.
请求url:https://api.github.com/authorizations POST 这个怎么解决 |
一般是 requestParams 不对,例如 CLIENT_ID 和 CLIENT_SECRET 并且 Authorization callback URL 一栏必须填入 gsygithubapp://authed |
目前
存在问题,详见: flutter/flutter#20809
The text was updated successfully, but these errors were encountered: