gitnote
gitnote copied to clipboard
在deepin15.10上运行不了.一直打不开
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
我也是用deepin,也一样。
deepin 15.10,启动后一直卡在GitNote动画页面不动
你们参考下面这个issue里的方法看看能不能解决问题: https://github.com/zhaopengme/gitnote/issues/293
按楼上说法,直接到这里下载,然后双击安装搞定。https://debian.pkgs.org/8/debian-main-amd64/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb.html
我也遇到了
sudo apt-get install libssl1.0.0
执行上面这个命令提示已经安装了,然后通过 sudo find / -name xxx找到包通过link就ok了
root@gary-deepin:/usr/lib64# ls -al
总用量 8
drwxr-xr-x 2 root root 4096 4月 28 13:53 .
drwxr-xr-x 13 root root 4096 4月 14 18:40 ..
lrwxrwxrwx 1 root root 32 4月 14 18:38 ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-2.24.so
lrwxrwxrwx 1 root root 32 4月 28 13:36 libcrypto.so.1.0.0 -> /opt/pbis/lib/libcrypto.so.1.0.0
lrwxrwxrwx 1 root root 29 4月 28 13:53 libssl.so.1.0.0 -> /opt/pbis/lib/libssl.so.1.0.0
lrwxrwxrwx 1 root root 39 4月 28 13:45 libssl.so.1.1 -> /usr/lib/x86_64-linux-gnu/libssl.so.1.1