当我加载 gitk 时出现错误 ->
Error in startup script: 58:102: execution error: System Events got an error: Application isn’t running. (-600)
while executing
"exec osascript -e [format {
tell application "System Events"
set frontmost of processes whose unix id is %d to true
end te..."
invoked from within
"if {[tk windowingsystem] eq "aqua"} {
exec osascript -e [format {
tell application "System Events"
set frontmost of processes ..."
(file "/usr/local/bin/gitk" line 12212)
Run Code Online (Sandbox Code Playgroud)
我的 git 版本是 2.17.1,我的 mac os 版本是 10.13.6。有想法该怎么解决这个吗?
我想在我的github页面上添加一个teamcity构建徽章.我的存储库是一个私有的github存储库.我开始通过包含下面的代码链接说.
<a href="http://teamcity/viewType.html?buildTypeId=myID&guest=1">
<img src="http://teamcity/app/rest/builds/buildType(id:myID)/statusIcon"/>
</a>
Run Code Online (Sandbox Code Playgroud)
我遇到的问题是,图像被阻止了.我怀疑这是因为我的teamcity服务器在http上,而我的github repo使用了https.
在我的情况下,不可能改变teamcity使用https,因此这不是一个选项.
有关如何在github上获取构建徽章的任何变通方法/建议吗?