I have seen this question, some other related questions and answers for solving this problem. However, I tried to solve it using a different approach.
Let, $ \gcd(2a+b, a+2b) = d$
Assume $2a+b = qd\tag{1}$
and so $b = qd - 2a$
If we replace b with this in $a+2b$, we get $a+2b = 2qd - 3a$
We know, $\gcd(a,b) = 1 $. Let, $\gcd(a,qd)=m$. So $a=mn$ and $qd=lm$. In equation (1), $2a+b=qd$ or $b=qd−2a=lm−2mn=m(l−2n)$. That means $m|b$ and so $\gcd(a,b)=m$ which is not true. So, $ \gcd(a, qd) = 1$.
Thus $\gcd(2a+b,a+2b)$ = $\gcd(qd,2qd-3a)$ = $\gcd(qd,2qd-3)$. Since $\gcd(2,3) = 1, \gcd(qd,3) = 1$ or $3$ will be the answer.
Is this correct?
The OP's analysis seems valid to me. However, I don't think it is the intended answer. If $d$ is a common factor of both $2a + b$ and $a + 2b$, then it is a factor of their sum, which equals $3a + 3b = 3(a+b).$
Thus any common factor of $2a + b$ and $a + 2b$ will either be a factor of $3$ or a factor of $(a+b).$