0% found this document useful (0 votes)
10 views

Git Setup

Uploaded by

sexinoy702
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Git Setup

Uploaded by

sexinoy702
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

[dio@diodor-surfacelaptop4 CoordinateSystem]$ git push

Username for 'https://github.com': Dioddor


Password for 'https://[email protected]':
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see
https://docs.github.com/get-started/getting-started-with-git/about-remote-
repositories#cloning-with-https-urls for information on currently recommended modes
of authentication.
fatal: Authentication failed for 'https://github.com/Dioddor/BLJ2023DiSol.git/'
[dio@diodor-surfacelaptop4 CoordinateSystem]$
[dio@diodor-surfacelaptop4 CoordinateSystem]$
[dio@diodor-surfacelaptop4 CoordinateSystem]$ cd ./starter/^C
[dio@diodor-surfacelaptop4 CoordinateSystem]$
[dio@diodor-surfacelaptop4 CoordinateSystem]$ cd
[dio@diodor-surfacelaptop4 ~]$ cd .ssh
bash: cd: .ssh: No such file or directory
[dio@diodor-surfacelaptop4 ~]$ ls
Desktop Downloads Music 'OneDrive - prvt' Pictures snap
Templates
Documents go 'OneDrive - NY' 'OneDrive - TBZ' Public snapd
Videos
[dio@diodor-surfacelaptop4 ~]$ la
bash: la: command not found
[dio@diodor-surfacelaptop4 ~]$ ls -la
total 52
drwx------ 1 dio dio 652 13. Mär 14:09 .
drwxr-xr-x 1 root root 6 6. Mär 16:43 ..
-rw------- 1 dio dio 14563 13. Mär 13:57 .bash_history
-rw-r--r-- 1 dio dio 21 16. Jan 11:48 .bash_logout
-rw-r--r-- 1 dio dio 57 16. Jan 11:48 .bash_profile
-rw-r--r-- 1 dio dio 172 16. Jan 11:48 .bashrc
drwxr-xr-x 1 dio dio 1580 13. Mär 14:11 .cache
drwxr-xr-x 1 dio dio 16 10. Mär 09:13 .cmake
drwxr-xr-x 1 dio dio 2170 13. Mär 14:11 .config
drwxr-xr-x 1 dio dio 50 13. Mär 09:08 Desktop
drwxr-xr-x 1 dio dio 12 9. Mär 16:00 Documents
drwxr-xr-x 1 dio dio 392 13. Mär 11:46 Downloads
-rw-r--r-- 1 dio dio 207 9. Mär 15:56 .gitconfig
drwx------ 1 dio dio 116 13. Mär 10:46 .gnupg
drwxr-xr-x 1 dio dio 6 6. Mär 17:10 go
-rw-r--r-- 1 dio dio 321 13. Mär 14:09 .gtkrc-2.0
drwxr-xr-x 1 dio dio 162 9. Mär 12:17 .icons
drwxr-xr-x 1 dio dio 30 6. Mär 17:40 .java
drwx------ 1 dio dio 22 6. Mär 23:14 .links
drwxr-xr-x 1 dio dio 26 6. Mär 20:02 .local
drwxr-xr-x 1 dio dio 16 7. Mär 21:31 .mono
drwx------ 1 dio dio 34 6. Mär 16:57 .mozilla
drwxr-xr-x 1 dio dio 0 6. Mär 17:46 Music
-rw-r--r-- 1 dio dio 2 6. Mär 21:19 .notion-enhancer
drwxr-xr-x 1 dio dio 10 7. Mär 09:45 .npm
drwxr-xr-x 13 dio dio 4096 13. Mär 10:48 'OneDrive - NY'
drwxr-xr-x 10 dio dio 4096 7. Mär 21:11 'OneDrive - prvt'
drwxr-xr-x 12 dio dio 4096 8. Mär 16:48 'OneDrive - TBZ'
drwxr-xr-x 1 dio dio 72 10. Mär 00:16 Pictures
drwx------ 1 dio dio 10 6. Mär 17:37 .pki
drwxr-xr-x 1 dio dio 0 6. Mär 17:46 Public
-rw------- 1 dio dio 256 7. Mär 21:13 .pulse-cookie
drwxr-xr-x 1 dio dio 22 8. Mär 15:24 .redhat
drwx------ 1 dio dio 36 9. Mär 23:19 snap
drwxr-xr-x 1 dio dio 202 9. Mär 23:13 snapd
drwxr-xr-x 1 dio dio 164 13. Mär 08:20 .steam
lrwxrwxrwx 1 dio dio 28 13. Mär 08:20 .steampath ->
/home/dio/.steam/sdk32/steam
lrwxrwxrwx 1 dio dio 26 13. Mär 08:20 .steampid ->
/home/dio/.steam/steam.pid
drwxr-xr-x 1 dio dio 0 6. Mär 17:46 Templates
drwx------ 1 dio dio 128 6. Mär 21:06 .thunderbird
drwxr-xr-x 1 dio dio 22 12. Mär 10:30 Videos
drwxr-xr-x 1 dio dio 44 6. Mär 17:43 .vscode
[dio@diodor-surfacelaptop4 ~]$ package logic;

// public class CSLineSegment {


// private CSPoint startPoint;
// private CSPoint endPoint;

// public CSLineSegment(CSPoint startPoint, CSPoint endPoint) {


// this.startPoint = startPoint;
// this.endPoint = endPoint;
// }

// public CSPoint getStartPoint() {


// return startPoint;
// }

// public CSPoint getEndPoint() {


// return endPoint;
// }
// }
^C
[dio@diodor-surfacelaptop4 ~]$ ^C
[dio@diodor-surfacelaptop4 ~]$ ^C
[dio@diodor-surfacelaptop4 ~]$ ssh-keygen
Generating public/private ed25519 key pair.
Enter file in which to save the key (/home/dio/.ssh/id_ed25519):
Created directory '/home/dio/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/dio/.ssh/id_ed25519
Your public key has been saved in /home/dio/.ssh/id_ed25519.pub
The key fingerprint is:
SHA256:LnA2LBzdASbJWsbm6Fpm9hQktkY1IeFWPiwWiK4n0cY dio@diodor-surfacelaptop4
The key's randomart image is:
+--[ED25519 256]--+
|..+=*oo.. |
|o.+*O= . . |
|.==@= . . |
|.+Eoo+ |
|.= +.= S |
|o B .= o |
| O o . . |
|. . . |
| |
+----[SHA256]-----+
[dio@diodor-surfacelaptop4 ~]$
[dio@diodor-surfacelaptop4 ~]$ cd .ssh/ös
bash: cd: .ssh/ös: No such file or directory
[dio@diodor-surfacelaptop4 ~]$ cd .ssh/
[dio@diodor-surfacelaptop4 .ssh]$ ls
id_ed25519 id_ed25519.pub
[dio@diodor-surfacelaptop4 .ssh]$ cat id_ed25519.pub
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDK6x36pWWpai/pJME+p7edWzY5SM743WhuRnPLuSXGs
dio@diodor-surfacelaptop4
[dio@diodor-surfacelaptop4 .ssh]$ ls
id_ed25519 id_ed25519.pub
[dio@diodor-surfacelaptop4 .ssh]$ cd
[dio@diodor-surfacelaptop4 ~]$

You might also like