質問編集履歴

7

追加

2016/10/20 04:29

投稿

takfilm
takfilm

スコア7

test CHANGED
File without changes
test CHANGED
@@ -63,3 +63,43 @@
63
63
  Failed during: git fetch origin master:refs/remotes/origin/master --tags --force --depth=1
64
64
 
65
65
  ```
66
+
67
+ ###発生している問題・エラーメッセージ
68
+
69
+ ```
70
+
71
+ brew doctor
72
+
73
+ Please note that these warnings are just used to help the Homebrew maintainers
74
+
75
+ with debugging if you file an issue. If everything you use Homebrew for is
76
+
77
+ working fine: please don't worry and just ignore them. Thanks!
78
+
79
+
80
+
81
+ Warning: Unbrewed dylibs were found in /usr/local/lib.
82
+
83
+ If you didn't put them there on purpose they could cause problems when
84
+
85
+ building Homebrew formulae, and may need to be deleted.
86
+
87
+
88
+
89
+ Unexpected dylibs:
90
+
91
+ /usr/local/lib/libavcodec.56.dylib
92
+
93
+ /usr/local/lib/libavformat.56.dylib
94
+
95
+ /usr/local/lib/libavutil.54.dylib
96
+
97
+ /usr/local/lib/libswresample.1.dylib
98
+
99
+
100
+
101
+ Warning: Broken symlinks were found. Remove them with `brew prune`:
102
+
103
+ /usr/local/lib/libprotobuf-lite.6.dylib
104
+
105
+ ```

6

書式の改善

2016/10/20 04:28

投稿

takfilm
takfilm

スコア7

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,8 @@
17
17
  Failed during: git fetch origin master:refs/remotes/origin/master --prune --tags
18
18
 
19
19
  ```
20
+
21
+
20
22
 
21
23
 
22
24
 

5

書式の改善

2016/10/18 14:25

投稿

takfilm
takfilm

スコア7

test CHANGED
File without changes
test CHANGED
@@ -19,6 +19,8 @@
19
19
  ```
20
20
 
21
21
 
22
+
23
+ **追記**
22
24
 
23
25
  ###問題が発生するまでの流れ、手順(homebrewインストール)
24
26
 

4

文法の修正

2016/10/18 14:24

投稿

takfilm
takfilm

スコア7

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,47 @@
15
15
  fatal: unable to access 'https://github.com/Homebrew/brew/': Could not resolve proxy: servername
16
16
 
17
17
  Failed during: git fetch origin master:refs/remotes/origin/master --prune --tags
18
+
19
+ ```
20
+
21
+
22
+
23
+ ###問題が発生するまでの流れ、手順(homebrewインストール)
24
+
25
+ ```
26
+
27
+ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
28
+
29
+ ```
30
+
31
+
32
+
33
+ ###発生している問題・エラーメッセージ
34
+
35
+ ```
36
+
37
+ ==> This script will install:
38
+
39
+ /usr/local/bin/brew
40
+
41
+ /usr/local/share/doc/homebrew
42
+
43
+ /usr/local/share/man/man1/brew.1
44
+
45
+ /usr/local/share/zsh/site-functions/_brew
46
+
47
+ /usr/local/etc/bash_completion.d/brew
48
+
49
+ /usr/local/Homebrew
50
+
51
+
52
+
53
+ Press RETURN to continue or any other key to abort
54
+
55
+ ==> Downloading and installing Homebrew...
56
+
57
+ fatal: unable to access 'https://github.com/Homebrew/brew/': Could not resolve proxy: proxy.example.com
58
+
59
+ Failed during: git fetch origin master:refs/remotes/origin/master --tags --force --depth=1
60
+
61
+ ```

3

誤字

2016/10/18 14:17

投稿

takfilm
takfilm

スコア7

test CHANGED
File without changes
test CHANGED
@@ -15,45 +15,3 @@
15
15
  fatal: unable to access 'https://github.com/Homebrew/brew/': Could not resolve proxy: servername
16
16
 
17
17
  Failed during: git fetch origin master:refs/remotes/origin/master --prune --tags
18
-
19
-
20
-
21
- ###問題が発生するまでの流れ、手順(homebrewインストール)
22
-
23
- ```
24
-
25
- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
26
-
27
- ```
28
-
29
-
30
-
31
- ###発生している問題・エラーメッセージ
32
-
33
- ```
34
-
35
- ==> This script will install:
36
-
37
- /usr/local/bin/brew
38
-
39
- /usr/local/share/doc/homebrew
40
-
41
- /usr/local/share/man/man1/brew.1
42
-
43
- /usr/local/share/zsh/site-functions/_brew
44
-
45
- /usr/local/etc/bash_completion.d/brew
46
-
47
- /usr/local/Homebrew
48
-
49
-
50
-
51
- Press RETURN to continue or any other key to abort
52
-
53
- ==> Downloading and installing Homebrew...
54
-
55
- fatal: unable to access 'https://github.com/Homebrew/brew/': Could not resolve proxy: proxy.example.com
56
-
57
- Failed during: git fetch origin master:refs/remotes/origin/master --tags --force --depth=1
58
-
59
- ```

2

問題発生の流れの追加

2016/10/18 14:16

投稿

takfilm
takfilm

スコア7

test CHANGED
File without changes
test CHANGED
@@ -16,4 +16,44 @@
16
16
 
17
17
  Failed during: git fetch origin master:refs/remotes/origin/master --prune --tags
18
18
 
19
+
20
+
21
+ ###問題が発生するまでの流れ、手順(homebrewインストール)
22
+
19
23
  ```
24
+
25
+ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
26
+
27
+ ```
28
+
29
+
30
+
31
+ ###発生している問題・エラーメッセージ
32
+
33
+ ```
34
+
35
+ ==> This script will install:
36
+
37
+ /usr/local/bin/brew
38
+
39
+ /usr/local/share/doc/homebrew
40
+
41
+ /usr/local/share/man/man1/brew.1
42
+
43
+ /usr/local/share/zsh/site-functions/_brew
44
+
45
+ /usr/local/etc/bash_completion.d/brew
46
+
47
+ /usr/local/Homebrew
48
+
49
+
50
+
51
+ Press RETURN to continue or any other key to abort
52
+
53
+ ==> Downloading and installing Homebrew...
54
+
55
+ fatal: unable to access 'https://github.com/Homebrew/brew/': Could not resolve proxy: proxy.example.com
56
+
57
+ Failed during: git fetch origin master:refs/remotes/origin/master --tags --force --depth=1
58
+
59
+ ```

1

書式の改善

2016/10/18 14:15

投稿

takfilm
takfilm

スコア7

test CHANGED
File without changes
test CHANGED
File without changes