Linux CentOS7 に Giitlab Runnerをインストールして登録する 今日はGitLabダウンしてたみたいですね。 まずはダウンロードします $ sudo curl -L | sudo bash 以下、ダウンロード password for contos: % Total % Received % Xferd... 2023.10.17 Linux
その他 ssh接続で “Pseudo-terminal will not be allocated because stdin is not a terminal.”エラーが表示されたら GitLab-CI/CD でssh接続しようとすると Pseudo-terminal will not be allocated because stdin is not a terminal. エラーが表示される 解決方法: ssh -t... 2023.10.02 その他