Try to push paperhub project on Lab server to github. The following are steps and barriers when I did this.
create a new repo on github, same name as “paperhub”
Try one file down_enw.php
$git init # to regard paperhub dir as a git repo $git add down_enw.php $git commit -m "first commit" $git push origin master
Get error:
$ git push origin master
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/Novarizark/paperhub.git
fatal: HTTP request failed
Follow this:
http://jim-y.me/linux/2015/04/01/setting-up-git-for-error-403-forbidden/ http://stackoverflow.com/questions/7438313/pushing-to-git-returning-error-code-403-fatal-http-request-failed
Change:
$vi .git/config url = https://Novarizark@github.com/Novarizark/paperhub.git :wq
Another error:
(gnome-ssh-askpass:29241): Gtk-WARNING **: cannot open display:
Follow this: http://stackoverflow.com/questions/16077971/git-push-produces-gtk-warning#
unset SSH_ASKPASS
Done!
A few days ago I have found that the available disk space on Teamserver was shrunk to 60%. This is very weird because most datasets on the machine were uploaded by me and I know they only occupy about 30% in 22TB. Once I thought they might come from one of my teammate, uploading CMIP5 data or something. However, when I checked individual directory in home, I found nothing. Then I checked “ll -ah” in home. Holly shit! One file named “.xsession-error” takes up about 6TB, and still enlarging! So I google it and found it might be a bug of Linux, regardless of the distribution. Many people delete it or use file permission to restrict its expansion, without any source seeking. I followed them, while nothing happened to the available size from df command. I used DirStat and the original software to check this, nothing. What the fuck! I just let it alone and do my staff until I found there is only 2TB available today. Another similar file named as “.xsession-error.XXXXX” did the evil things. In fact this file was a text file, thus I “tail” it and found the flowing statement:
sslvpn_read_packet: SSL_read failed! Error while reading SSL packet keep alive recv failed! TCP_KEEP_ALIVE_SOCK_ENVENT sslvpn_read_packet: SSL_read failed! Error while reading SSL packet keep alive recv failed! TCP_KEEP_ALIVE_SOCK_ENVENT sslvpn_read_packet: SSL_read failed!
VPN! So it must be the vpn soft which aimed at connecting TH-2 that wrongly redirect the std out flow to this poor file and made the shit. Without any hesitate, I uninstall the VPN soft. Everything’s back to normal.
and certainly I’m asking is how, just how this gets stemmed
stem是茎的意思,也有“起源于”的意思