質問するログイン新規登録

質問編集履歴

7

内容の変更

2020/09/19 20:56

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -64,7 +64,7 @@
64
64
  git init
65
65
  git add .
66
66
  git commit -m "first commit"
67
- git remote add origin https://github.組織名.edu/[YOUR GT USER NAME HERE]/lab-3-2.git
67
+ git remote add origin https://github.組織名.edu/[YOUR USER NAME HERE]/lab-3-2.git
68
68
  git push -u origin master
69
69
 
70
70
  5、リポジトリ設定で、[GitHubページ]セクションまでスクロールします。「ソース」で、マスターブランチを選択します。これにより、githubページが有効になり、「https://github.組織名.edu/pages/ [ここにあなたのGTユーザー名] / lab-3-2 /」の形式で上記のGHページのURLが表示されます。

6

内容の変更

2020/09/19 20:55

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -64,7 +64,7 @@
64
64
  git init
65
65
  git add .
66
66
  git commit -m "first commit"
67
- git remote add origin https://github.gatech.edu/[YOUR GT USER NAME HERE]/lab-3-2.git
67
+ git remote add origin https://github.組織名.edu/[YOUR GT USER NAME HERE]/lab-3-2.git
68
68
  git push -u origin master
69
69
 
70
70
  5、リポジトリ設定で、[GitHubページ]セクションまでスクロールします。「ソース」で、マスターブランチを選択します。これにより、githubページが有効になり、「https://github.組織名.edu/pages/ [ここにあなたのGTユーザー名] / lab-3-2 /」の形式で上記のGHページのURLが表示されます。

5

内容変更

2020/09/19 20:55

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -62,9 +62,9 @@
62
62
 
63
63
  4、コマンドラインから、コードを抽出したディレクトリに移動し、次のコマンドを実行します(一般的なGitHubリポジトリの初期化手順を簡略化するために適応されています)。
64
64
  git init
65
- git add
65
+ git add .
66
- git commit -m "最初のコミット"
66
+ git commit -m "first commit"
67
- git remote add origin https://github.組織名.edu/ [ここにあなたのユーザー名] /lab-3-2.git
67
+ git remote add origin https://github.gatech.edu/[YOUR GT USER NAME HERE]/lab-3-2.git
68
- git push -u originマスター
68
+ git push -u origin master
69
69
 
70
70
  5、リポジトリ設定で、[GitHubページ]セクションまでスクロールします。「ソース」で、マスターブランチを選択します。これにより、githubページが有効になり、「https://github.組織名.edu/pages/ [ここにあなたのGTユーザー名] / lab-3-2 /」の形式で上記のGHページのURLが表示されます。

4

タイトル変更

2020/09/19 20:54

投稿

退会済みユーザー
title CHANGED
@@ -1,1 +1,1 @@
1
- GitHub について
1
+ GitHubアカウントでアプリをセットアップするための手順について
body CHANGED
File without changes

3

内容の修正

2020/09/19 20:49

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -43,4 +43,28 @@
43
43
  warning: could not open directory 'Library/Cookies/': Operation not permitted
44
44
  warning: could not open directory 'Library/Caches/com.apple.safaridavclient/': Operation not permitted
45
45
  warning: could not open directory 'Library/Caches/CloudKit/com.apple.Safari/': Operation not permitted
46
- warning: could not open directory 'Library/Caches/com.apple.Safari/': Operation not permitted
46
+ warning: could not open directory 'Library/Caches/com.apple.Safari/': Operation not permitted
47
+
48
+
49
+ 下記にやりたいことの手順を書きました。
50
+
51
+ GitHubアカウントでアプリをセットアップするための手順
52
+
53
+ 1、Cerner SMART on FHIRテンプレートリポジトリに移動します。
54
+ リポジトリのコンテンツをzipとしてダウンロードします。(右上隅にある緑色の「コード」ボタンをクリックして、「Zipをダウンロード」を選択します。)
55
+
56
+ 2、zipを独自のディレクトリに抽出します。(例:C:\ 6440 \ lab-3-2l)
57
+ ### ⇧**この独自のディレクトリに抽出方法がよくわかりません。これは自分のパソコンに6440というファイルを作成しGitHubsからダウンロードしたファイル(lab-3-2l)を入れれば良いのでしょうか?**
58
+
59
+ 3、GitHubアカウントに「lab-3-2」という名前のリポジトリを作成し、リポジトリをPublicに設定します。
60
+
61
+ 注:別のリポジトリ名を使用する場合は、以下に示すサンプルURLを適切に調整する必要があります。
62
+
63
+ 4、コマンドラインから、コードを抽出したディレクトリに移動し、次のコマンドを実行します(一般的なGitHubリポジトリの初期化手順を簡略化するために適応されています)。
64
+ git init
65
+ git add。
66
+ git commit -m "最初のコミット"
67
+ git remote add origin https://github.組織名.edu/ [ここにあなたのユーザー名] /lab-3-2.git
68
+ git push -u originマスター
69
+
70
+ 5、リポジトリ設定で、[GitHubページ]セクションまでスクロールします。「ソース」で、マスターブランチを選択します。これにより、githubページが有効になり、「https://github.組織名.edu/pages/ [ここにあなたのGTユーザー名] / lab-3-2 /」の形式で上記のGHページのURLが表示されます。

2

内容の修正

2020/09/19 20:44

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -1,8 +1,7 @@
1
1
  GitHub超初心者です。質問自体がもしかしたら意味わからないかもしれません。。。
2
2
 
3
3
  GitHubにて新しくレポジトリーを作成しました。
4
- …or create a new repository on the command line
5
- にて下記のコマンドを書かなくてはいけないのですが、
4
+ ターミナルにて下記のコマンドを書かなくてはいけないのですが、
6
5
  うまく行きません。
7
6
 
8
7
  git init

1

内容の修正

2020/09/19 20:32

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -5,17 +5,43 @@
5
5
  にて下記のコマンドを書かなくてはいけないのですが、
6
6
  うまく行きません。
7
7
 
8
- echo "# lab-3-2" >> README.md
9
8
  git init
10
- git add README.md
9
+ git add .
11
10
  git commit -m "first commit"
12
- git remote add origin https://github.組織名.edu/ユーザーネーム/lab-3-2.git
11
+ git remote add origin https://github.組織名.edu/[YOUR GT USER NAME HERE]/lab-3-2.git
13
12
  git push -u origin master
14
13
 
15
- はじめに下記のようにMacのターミナルに表示されますが
16
- いきなり上記のコマンドをコピーすれば良いのでしょうか?
17
- それとも上記以外の何かコマンドを打たなくてはいけませんか?
18
14
 
15
+ 下記のようになってしまうのですが、これは何が原因ですか?
16
+ GitHubに新しいレポジトリーを作成したいと思っています。
19
17
 
18
+
20
- Last login: Sat Sep 19 13:44:20 on ttys000
19
+ (base) 名前s-MacBook-Air:~ 名前$ cd/Users/名前/Desktop/6440
20
+ -bash: cd/Users/名前/Desktop/6440: No such file or directory
21
- (base) 名前-MacBook-Air:~ 名前$
21
+ (base) 名前s-MacBook-Air:~ 名前$ git init
22
+ Reinitialized existing Git repository in /Users/名前/.git/
23
+ (base) 名前s-MacBook-Air:~ 名前$ git add .
24
+ warning: could not open directory 'Library/Application Support/MobileSync/': Operation not permitted
25
+ warning: could not open directory 'Library/Application Support/CallHistoryTransactions/': Operation not permitted
26
+ warning: could not open directory 'Library/Application Support/com.apple.TCC/': Operation not permitted
27
+ warning: could not open directory 'Library/Application Support/CallHistoryDB/': Operation not permitted
28
+ warning: could not open directory 'Library/IdentityServices/': Operation not permitted
29
+ warning: could not open directory 'Library/Messages/': Operation not permitted
30
+ warning: could not open directory 'Library/HomeKit/': Operation not permitted
31
+ warning: could not open directory 'Library/Mail/': Operation not permitted
32
+ warning: could not open directory 'Library/Safari/': Operation not permitted
33
+ warning: could not open directory 'Library/Suggestions/': Operation not permitted
34
+ warning: could not open directory 'Library/Containers/com.apple.VoiceMemos/': Operation not permitted
35
+ warning: could not open directory 'Library/Containers/com.apple.Home/': Operation not permitted
36
+ warning: could not open directory 'Library/Containers/com.apple.Safari/': Operation not permitted
37
+ warning: could not open directory 'Library/Containers/com.apple.iChat/': Operation not permitted
38
+ warning: could not open directory 'Library/Containers/com.apple.mail/': Operation not permitted
39
+ warning: could not open directory 'Library/Containers/com.apple.news/': Operation not permitted
40
+ warning: could not open directory 'Library/Containers/com.apple.stocks/': Operation not permitted
41
+ warning: could not open directory 'Library/PersonalizationPortrait/': Operation not permitted
42
+ warning: could not open directory 'Library/Metadata/CoreSpotlight/': Operation not permitted
43
+ warning: could not open directory 'Library/Metadata/com.apple.IntelligentSuggestions/': Operation not permitted
44
+ warning: could not open directory 'Library/Cookies/': Operation not permitted
45
+ warning: could not open directory 'Library/Caches/com.apple.safaridavclient/': Operation not permitted
46
+ warning: could not open directory 'Library/Caches/CloudKit/com.apple.Safari/': Operation not permitted
47
+ warning: could not open directory 'Library/Caches/com.apple.Safari/': Operation not permitted