Problem: Unauthorized message when pushing cloned private repo.
Solution: Clone with HTTPS, not SSH (ref).
Problem: Unauthorized message when pushing cloned private repo.
Solution: Clone with HTTPS, not SSH (ref).
Faster loads, fewer distractions, more productivity, more privacy.
| // see: https://stackoverflow.com/a/67184841/6243352 | |
| const express = require("express"); | |
| const app = express(); | |
| app.get("/stream", (req, res) => { | |
| res.writeHead(200, { | |
| //"Access-Control-Allow-Origin": "*", | |
| //"Content-Encoding": "none", | |
| "Connection": "keep-alive", | |
| "Cache-Control": "no-cache", |
File -> Import Appliance.sudo apt install sshd. It will automatically start.| #!/usr/bin/env bash | |
| if [ "$#" -ne 2 ]; then | |
| echo "Usage: ./compile_c.sh in.c out.out" | |
| exit 1 | |
| elif [ $1 -eq $2 ]; then | |
| echo "error: overwriting source file '$1'" | |
| exit 1 | |
| fi |