Closed caochenhins closed 7 years ago
是不是没有push到仓库,如果你用的是idea的话,可以command+shift+k提交
git和svn不同,还有一步操作的
O(∩_∩)O谢谢, 知道了,提交失败,提示没有权限~. Push failed: Failed with error: unable to access 'https://github.com/ZHENFENG13/ssm-demo.git/': The requested URL returned error: 403 我修改了百度编辑器的maven引用.如下:
因为Intellj编译时提示获取失败. 改为1.1.2-edit-1.0 就能获取了.^_^
O(∩_∩)O你提交到你的仓库就行了
百度地图?
好的. 是富文本编辑器~ ☺_☺
那你可以pull requests到我这边
<groupId>com.baidu.ueditor</groupId>
<artifactId>ueditor</artifactId>
<version>20160310</version>
在intellj 2016.3.4下,改为以下配置即可编译通过:
<groupId>cn.songxinqiang</groupId>
<artifactId>com.baidu.ueditor</artifactId>
<version>1.1.2-edit-1.0</version>
您看看pull这段代码是否合适, 也许和我的maven 版本有关.(3.3.9)
嗯,maven仓库问题,我用的是私服,所以能找到jar包,你pull过来吧,不止一个人说这个jar包问题了,本来我也想改了
好的~ 学习啦~ 已经发起pull request,请您审核
博主,您好, 我在GitHub提交了一个版本,
为何没有显示出来呢?