Tag: SSH
-
Post Views: 17 1. When executing the command: git push -u origin master, prompt: The authentication of hostgithub.com (52.192.72.89)cant be established.ecdsa key fingerprint is sha256: p2qamxnic1tjyweiottrvc98/r1bufwu3/liykgufqm.. as shown in Figure 1 2. Push through TortoiseGit, and still report an error: Logon Failed, use Ctrl+C to cancel Basic Credential Prompt. as shown in Figure 2 3. Remote: On August 13, 2021,…
-
Post Views: 76 1. Open the URL: https://wiki.swoole.com/wiki/page/7.html , check the environment dependencies, as shown in Figure 1 environment dependence Only supports Linux, FreeBSD, macOS, 3 types of operating systems Linux kernel version 2.3.32 or above php-5.3.10 and above, including php7 GCC4.4 or above or clang CMake2.4+, you need to use CMake when compiling to libswoole.so as a C/C++ library…
-
Post Views: 12 1. Execute the command: git pull –progress –no-rebase -v “origin”, report an error, as shown in Figure 1 Fatal: Unable to accesshttps://github.com/shuijingwan/yii2-starter-kit.git/: Unknown SSL protocol error in connection to github.com:443 2. Decided to use ssh to connect, since both git bash and tortoisegit are possible, use the puttygen tool that comes with TortoiseGit to generate the key,…