我正在尝试重新绑定一个分支,并且git正在推出,因为它正在尝试执行一些失败的合并操作.我怎么得到git来阻止这个?
# git rebase -f --onto master~2 master~ master
First, rewinding head to replay your work on top of it...
Applying: r1002 - CS 1.0.23
Using index info to reconstruct a base tree...
M about.html
<stdin>:68: trailing whitespace.
<stdin>:115: trailing whitespace.
<stdin>:201: trailing whitespace.
<stdin>:2369: trailing whitespace.
<stdin>:2385: trailing whitespace.
warning: squelched 2305 whitespace errors
warning: 2310 lines add whitespace errors.
Falling back to patching base and 3-way merge...
Auto-merging about.html
CONFLICT (content): Merge conflict in about.html
Failed to merge …Run Code Online (Sandbox Code Playgroud) 我需要发布JSP/Java servlets webapp.不幸的是,IIS不支持此类部署.我需要部署它的服务器已经运行IIS和几个IIS应用程序.我不想干扰这些应用程序,但它们和新的webapp必须在同一台服务器上运行.我尝试设置代理将流量重定向到tomcat,但这打破了其他应用程序.
我想知道是否可以运行IIS(通过良好的ol'端口80访问)和tomcat(在端口8080上运行); 并能够远程访问.到目前为止,我的努力毫无结果.访问IIS应用程序没有遇到任何问题,但是当我尝试连接到tomcat时,浏览器只会超时.我也解锁了端口8080,所以我确定这不是问题.
任何帮助表示感谢,谢谢.